#D2CB57

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

Shades of Confetti #D2CB57

Tints of Confetti #D2CB57

Color information

#D2CB57 (or 0xD2CB57) is unknown color: approx Confetti. HEX triplet: D2, CB and 57. RGB value is (210,203,87). Sum of RGB (Red+Green+Blue) = 210+203+87=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 87 (34.38% from 255 or 17.4% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CB57 is #2D34A8. Grayscale: #C0C0C0. Windows color (decimal): -2962601 or 5753810. OLE color: 5753810.

HSL color Cylindrical-coordinate representation of color #D2CB57: hue angle of 56.59º 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 #D2CB57 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB21020387-
CMYK00.030.590.18
HSL56.59º57.75%58.24%-
HSV(B)56.59º58.57%82.35%-
XYZ49.6557.117.42-
YUV191.8768.82140.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42%
GREEN value IS 203 (79.69% from 255) = 40.6%
BLUE value IS 87 (34.38% from 255) = 17.4%
R=42%
G=40.6%
B=17.4%

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
Decimal2102038700.030.590.1856.5957.7558.24
HexD2CB57033B12393a3a
Octal322313127037322717272
Binary1101001011001011101011101111101110010111001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CB57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CB57; }

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

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

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

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

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

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

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

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