#D2CB56

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

Shades of Confetti #D2CB56

Tints of Confetti #D2CB56

Color information

#D2CB56 (or 0xD2CB56) is unknown color: approx Confetti. HEX triplet: D2, CB and 56. RGB value is (210,203,86). Sum of RGB (Red+Green+Blue) = 210+203+86=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CB56 is #2D34A9. Grayscale: #C0C0C0. Windows color (decimal): -2962602 or 5688274. OLE color: 5688274.

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

Color convert

RGB21020386-
CMYK00.030.590.18
HSL56.61º57.94%58.04%-
HSV(B)56.61º59.05%82.35%-
XYZ49.6157.0917.21-
YUV191.7668.32141.01-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.08%
GREEN value IS 203 (79.69% from 255) = 40.68%
BLUE value IS 86 (33.98% from 255) = 17.23%
R=42.08%
G=40.68%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102038600.030.590.1856.6157.9458.04
HexD2CB56033B12393a3a
Octal322313126037322717272
Binary1101001011001011101011001111101110010111001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CB56; }

 p { color: rgb(210,203,86); }

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

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

 a { background-color: rgb(210,203,86); }

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

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

 span { border-color: rgb(210,203,86); }

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