#D2CA57

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

Shades of Confetti #D2CA57

Tints of Confetti #D2CA57

Color information

#D2CA57 (or 0xD2CA57) is unknown color: approx Confetti. HEX triplet: D2, CA and 57. RGB value is (210,202,87). Sum of RGB (Red+Green+Blue) = 210+202+87=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CA57 is #2D35A8. Grayscale: #BFBFBF. Windows color (decimal): -2962857 or 5753554. OLE color: 5753554.

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

Color convert

RGB21020287-
CMYK00.040.590.18
HSL56.1º57.75%58.24%-
HSV(B)56.1º58.57%82.35%-
XYZ49.4256.6317.34-
YUV191.2869.15141.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.08%
GREEN value IS 202 (79.30% from 255) = 40.48%
BLUE value IS 87 (34.38% from 255) = 17.43%
R=42.08%
G=40.48%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102028700.040.590.1856.157.7558.24
HexD2CA57043B12383a3a
Octal322312127047322707272
Binary11010010110010101010111010011101110010111000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CA57; }

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

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

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

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

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

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

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

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