#D5CA51

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

Shades of Confetti #D5CA51

Tints of Confetti #D5CA51

Color information

#D5CA51 (or 0xD5CA51) is unknown color: approx Confetti. HEX triplet: D5, CA and 51. RGB value is (213,202,81). Sum of RGB (Red+Green+Blue) = 213+202+81=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 81 (32.03% from 255 or 16.33% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA51 is #2A35AE. Grayscale: #BFBFBF. Windows color (decimal): -2766255 or 5360341. OLE color: 5360341.

HSL color Cylindrical-coordinate representation of color #D5CA51: hue angle of 55º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5CA51 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB21320281-
CMYK00.050.620.16
HSL55º61.11%57.65%-
HSV(B)55º61.97%83.53%-
XYZ50.0556.9816.15-
YUV191.565.64143.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.94%
GREEN value IS 202 (79.30% from 255) = 40.73%
BLUE value IS 81 (32.03% from 255) = 16.33%
R=42.94%
G=40.73%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132028100.050.620.165561.1157.65
HexD5CA51053E10373d3a
Octal325312121057620677572
Binary11010101110010101010001010111111010000110111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CA51; }

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

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

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

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

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

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

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

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