#D8CC55

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

Shades of Confetti #D8CC55

Tints of Confetti #D8CC55

Color information

#D8CC55 (or 0xD8CC55) is unknown color: approx Confetti. HEX triplet: D8, CC and 55. RGB value is (216,204,85). Sum of RGB (Red+Green+Blue) = 216+204+85=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CC55 is #2733AA. Grayscale: #C2C2C2. Windows color (decimal): -2569131 or 5623000. OLE color: 5623000.

HSL color Cylindrical-coordinate representation of color #D8CC55: hue angle of 54.5º 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 #D8CC55 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB21620485-
CMYK00.060.610.15
HSL54.5º62.68%59.02%-
HSV(B)54.5º60.65%84.71%-
XYZ51.5558.4417.16-
YUV194.0266.48143.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.77%
GREEN value IS 204 (80.08% from 255) = 40.40%
BLUE value IS 85 (33.59% from 255) = 16.83%
R=42.77%
G=40.40%
B=16.83%

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
Decimal2162048500.060.610.1554.562.6859.02
HexD8CC55063DF373f3b
Octal330314125067517677773
Binary1101100011001100101010101101111011111110111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CC55; }

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

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

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

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

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

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

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

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