#D1CA51

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

Shades of Confetti #D1CA51

Tints of Confetti #D1CA51

Color information

#D1CA51 (or 0xD1CA51) is unknown color: approx Confetti. HEX triplet: D1, CA and 51. RGB value is (209,202,81). Sum of RGB (Red+Green+Blue) = 209+202+81=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CA51 is #2E35AE. Grayscale: #BEBEBE. Windows color (decimal): -3028399 or 5360337. OLE color: 5360337.

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

Color convert

RGB20920281-
CMYK00.030.610.18
HSL56.72º58.18%56.86%-
HSV(B)56.72º61.24%81.96%-
XYZ48.956.3916.09-
YUV190.366.32141.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.48%
GREEN value IS 202 (79.30% from 255) = 41.06%
BLUE value IS 81 (32.03% from 255) = 16.46%
R=42.48%
G=41.06%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092028100.030.610.1856.7258.1856.86
HexD1CA51033D12393a39
Octal321312121037522717271
Binary1101000111001010101000101111110110010111001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CA51; }

 p { color: rgb(209,202,81); }

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

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

 a { background-color: rgb(209,202,81); }

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

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

 span { border-color: rgb(209,202,81); }

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