#D8CC53

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

Shades of Confetti #D8CC53

Tints of Confetti #D8CC53

Color information

#D8CC53 (or 0xD8CC53) is unknown color: approx Confetti. HEX triplet: D8, CC and 53. RGB value is (216,204,83). Sum of RGB (Red+Green+Blue) = 216+204+83=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CC53 is #2733AC. Grayscale: #C2C2C2. Windows color (decimal): -2569133 or 5491928. OLE color: 5491928.

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

Color convert

RGB21620483-
CMYK00.060.620.15
HSL54.59º63.03%58.63%-
HSV(B)54.59º61.57%84.71%-
XYZ51.4758.4116.74-
YUV193.7965.48143.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.94%
GREEN value IS 204 (80.08% from 255) = 40.56%
BLUE value IS 83 (32.81% from 255) = 16.50%
R=42.94%
G=40.56%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162048300.060.620.1554.5963.0358.63
HexD8CC53063EF373f3b
Octal330314123067617677773
Binary1101100011001100101001101101111101111110111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CC53; }

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

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

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

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

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

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

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

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