#D5CA4E

Color #D5CA4E Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #D5CA4E

Tints of Confetti #D5CA4E

Color information

#D5CA4E (or 0xD5CA4E) is unknown color: approx Confetti. HEX triplet: D5, CA and 4E. RGB value is (213,202,78). Sum of RGB (Red+Green+Blue) = 213+202+78=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA4E is #2A35B1. Grayscale: #BFBFBF. Windows color (decimal): -2766258 or 5163733. OLE color: 5163733.

HSL color Cylindrical-coordinate representation of color #D5CA4E: hue angle of 55.11º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5CA4E is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB21320278-
CMYK00.050.630.16
HSL55.11º61.64%57.06%-
HSV(B)55.11º63.38%83.53%-
XYZ49.9456.9415.57-
YUV191.1564.14143.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 43.20%
GREEN value IS 202 (79.30% from 255) = 40.97%
BLUE value IS 78 (30.86% from 255) = 15.82%
R=43.20%
G=40.97%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132027800.050.630.1655.1161.6457.06
HexD5CA4E053F10373e39
Octal325312116057720677671
Binary11010101110010101001110010111111110000110111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CA4E; }

 p { color: rgb(213,202,78); }

 H1.HeaderClassName
 {
   color: #D5CA4E;
 }
 .AnyTagClassName
 {
   color: #D5CA4E;
 }
</style>
background-color css

<style>
 a { background-color: #D5CA4E; }

 a { background-color: rgb(213,202,78); }

 div.DivClassName
 {
   background-color: #D5CA4E;
 }
 .BgClassName
 {
   background-color: #D5CA4E;
 }
</style>
border-color css

<style>
 span { border-color: #D5CA4E; }

 span { border-color: rgb(213,202,78); }

 td.TdClassName
 {
   border-color: #D5CA4E;
 }
 .TagClassName
 {
   border-color: #D5CA4E;
 }
</style>