#D9CC55

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

Shades of Confetti #D9CC55

Tints of Confetti #D9CC55

Color information

#D9CC55 (or 0xD9CC55) is unknown color: approx Confetti. HEX triplet: D9, CC and 55. RGB value is (217,204,85). Sum of RGB (Red+Green+Blue) = 217+204+85=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CC55 is #2633AA. Grayscale: #C2C2C2. Windows color (decimal): -2503595 or 5623001. OLE color: 5623001.

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

Color convert

RGB21720485-
CMYK00.060.610.15
HSL54.09º63.46%59.22%-
HSV(B)54.09º60.83%85.1%-
XYZ51.8558.5917.17-
YUV194.3266.31144.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.89%
GREEN value IS 204 (80.08% from 255) = 40.32%
BLUE value IS 85 (33.59% from 255) = 16.80%
R=42.89%
G=40.32%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172048500.060.610.1554.0963.4659.22
HexD9CC55063DF363f3b
Octal331314125067517667773
Binary1101100111001100101010101101111011111110110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CC55; }

 p { color: rgb(217,204,85); }

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

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

 a { background-color: rgb(217,204,85); }

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

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

 span { border-color: rgb(217,204,85); }

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