#D8C952

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

Shades of Confetti #D8C952

Tints of Confetti #D8C952

Color information

#D8C952 (or 0xD8C952) is unknown color: approx Confetti. HEX triplet: D8, C9 and 52. RGB value is (216,201,82). Sum of RGB (Red+Green+Blue) = 216+201+82=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C952 is #2736AD. Grayscale: #C0C0C0. Windows color (decimal): -2569902 or 5425624. OLE color: 5425624.

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

Color convert

RGB21620182-
CMYK00.070.620.15
HSL53.28º63.21%58.43%-
HSV(B)53.28º62.04%84.71%-
XYZ50.7356.9816.31-
YUV191.9265.97145.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.29%
GREEN value IS 201 (78.91% from 255) = 40.28%
BLUE value IS 82 (32.42% from 255) = 16.43%
R=43.29%
G=40.28%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162018200.070.620.1553.2863.2158.43
HexD8C952073EF353f3a
Octal330311122077617657772
Binary1101100011001001101001001111111101111110101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C952; }

 p { color: rgb(216,201,82); }

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

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

 a { background-color: rgb(216,201,82); }

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

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

 span { border-color: rgb(216,201,82); }

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