#D9CA5A

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

Shades of Confetti #D9CA5A

Tints of Confetti #D9CA5A

Color information

#D9CA5A (or 0xD9CA5A) is unknown color: approx Confetti. HEX triplet: D9, CA and 5A. RGB value is (217,202,90). Sum of RGB (Red+Green+Blue) = 217+202+90=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CA5A is #2635A5. Grayscale: #C2C2C2. Windows color (decimal): -2504102 or 5950169. OLE color: 5950169.

HSL color Cylindrical-coordinate representation of color #D9CA5A: hue angle of 52.91º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9CA5A is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB21720290-
CMYK00.070.590.15
HSL52.91º62.56%60.2%-
HSV(B)52.91º58.53%85.1%-
XYZ51.5857.7318.1-
YUV193.7269.47144.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 202 (79.30% from 255) = 39.69%
BLUE value IS 90 (35.55% from 255) = 17.68%
R=42.63%
G=39.69%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172029000.070.590.1552.9162.5660.2
HexD9CA5A073BF353f3c
Octal331312132077317657774
Binary1101100111001010101101001111110111111110101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CA5A; }

 p { color: rgb(217,202,90); }

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

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

 a { background-color: rgb(217,202,90); }

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

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

 span { border-color: rgb(217,202,90); }

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