#D9CB57

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

Shades of Confetti #D9CB57

Tints of Confetti #D9CB57

Color information

#D9CB57 (or 0xD9CB57) is unknown color: approx Confetti. HEX triplet: D9, CB and 57. RGB value is (217,203,87). Sum of RGB (Red+Green+Blue) = 217+203+87=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 87 (34.38% from 255 or 17.16% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CB57 is #2634A8. Grayscale: #C2C2C2. Windows color (decimal): -2503849 or 5753817. OLE color: 5753817.

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

Color convert

RGB21720387-
CMYK00.060.600.15
HSL53.54º63.11%59.61%-
HSV(B)53.54º59.91%85.1%-
XYZ51.6958.1517.52-
YUV193.9667.64144.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.80%
GREEN value IS 203 (79.69% from 255) = 40.04%
BLUE value IS 87 (34.38% from 255) = 17.16%
R=42.80%
G=40.04%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172038700.060.600.1553.5463.1159.61
HexD9CB57063CF363f3c
Octal331313127067417667774
Binary1101100111001011101011101101111001111110110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CB57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CB57; }

 p { color: rgb(217,203,87); }

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

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

 a { background-color: rgb(217,203,87); }

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

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

 span { border-color: rgb(217,203,87); }

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