#D2CC59

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

Shades of Confetti #D2CC59

Tints of Confetti #D2CC59

Color information

#D2CC59 (or 0xD2CC59) is unknown color: approx Confetti. HEX triplet: D2, CC and 59. RGB value is (210,204,89). Sum of RGB (Red+Green+Blue) = 210+204+89=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 89 (35.16% from 255 or 17.69% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CC59 is #2D33A6. Grayscale: #C1C1C1. Windows color (decimal): -2962343 or 5885138. OLE color: 5885138.

HSL color Cylindrical-coordinate representation of color #D2CC59: hue angle of 57.02º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2CC59 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB21020489-
CMYK00.030.580.18
HSL57.02º57.35%58.63%-
HSV(B)57.02º57.62%82.35%-
XYZ49.9757.6117.94-
YUV192.6869.49140.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.75%
GREEN value IS 204 (80.08% from 255) = 40.56%
BLUE value IS 89 (35.16% from 255) = 17.69%
R=41.75%
G=40.56%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102048900.030.580.1857.0257.3558.63
HexD2CC59033A1239393b
Octal322314131037222717173
Binary1101001011001100101100101111101010010111001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CC59; }

 p { color: rgb(210,204,89); }

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

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

 a { background-color: rgb(210,204,89); }

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

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

 span { border-color: rgb(210,204,89); }

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