#D4CA54

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

Shades of Confetti #D4CA54

Tints of Confetti #D4CA54

Color information

#D4CA54 (or 0xD4CA54) is unknown color: approx Confetti. HEX triplet: D4, CA and 54. RGB value is (212,202,84). Sum of RGB (Red+Green+Blue) = 212+202+84=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CA54 is #2B35AB. Grayscale: #C0C0C0. Windows color (decimal): -2831788 or 5556948. OLE color: 5556948.

HSL color Cylindrical-coordinate representation of color #D4CA54: hue angle of 55.31º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4CA54 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB21220284-
CMYK00.050.600.17
HSL55.31º59.81%58.04%-
HSV(B)55.31º60.38%83.14%-
XYZ49.8756.8816.74-
YUV191.5467.31142.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.57%
GREEN value IS 202 (79.30% from 255) = 40.56%
BLUE value IS 84 (33.20% from 255) = 16.87%
R=42.57%
G=40.56%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122028400.050.600.1755.3159.8158.04
HexD4CA54053C11373c3a
Octal324312124057421677472
Binary11010100110010101010100010111110010001110111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CA54; }

 p { color: rgb(212,202,84); }

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

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

 a { background-color: rgb(212,202,84); }

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

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

 span { border-color: rgb(212,202,84); }

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