#D2C44C

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

Shades of Confetti #D2C44C

Tints of Confetti #D2C44C

Color information

#D2C44C (or 0xD2C44C) is unknown color: approx Confetti. HEX triplet: D2, C4 and 4C. RGB value is (210,196,76). Sum of RGB (Red+Green+Blue) = 210+196+76=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C44C is #2D3BB3. Grayscale: #BBBBBB. Windows color (decimal): -2964404 or 5031122. OLE color: 5031122.

HSL color Cylindrical-coordinate representation of color #D2C44C: hue angle of 53.73º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2C44C is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB21019676-
CMYK00.070.640.18
HSL53.73º59.82%56.08%-
HSV(B)53.73º63.81%82.35%-
XYZ47.6253.714.69-
YUV186.5165.64144.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.57%
GREEN value IS 196 (76.95% from 255) = 40.66%
BLUE value IS 76 (30.08% from 255) = 15.77%
R=43.57%
G=40.66%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101967600.070.640.1853.7359.8256.08
HexD2C44C074012363c38
Octal3223041140710022667470
Binary110100101100010010011000111100000010010110110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C44C; }

 p { color: rgb(210,196,76); }

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

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

 a { background-color: rgb(210,196,76); }

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

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

 span { border-color: rgb(210,196,76); }

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