#D5CB51

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

Shades of Confetti #D5CB51

Tints of Confetti #D5CB51

Color information

#D5CB51 (or 0xD5CB51) is unknown color: approx Confetti. HEX triplet: D5, CB and 51. RGB value is (213,203,81). Sum of RGB (Red+Green+Blue) = 213+203+81=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 203 (79.69% from 255 or 40.85% from 497); Blue value is 81 (32.03% from 255 or 16.30% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CB51 is #2A34AE. Grayscale: #C0C0C0. Windows color (decimal): -2765999 or 5360597. OLE color: 5360597.

HSL color Cylindrical-coordinate representation of color #D5CB51: hue angle of 55.45º 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 #D5CB51 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB21320381-
CMYK00.050.620.16
HSL55.45º61.11%57.65%-
HSV(B)55.45º61.97%83.53%-
XYZ50.2857.4516.22-
YUV192.0865.31142.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.86%
GREEN value IS 203 (79.69% from 255) = 40.85%
BLUE value IS 81 (32.03% from 255) = 16.30%
R=42.86%
G=40.85%
B=16.30%

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
Decimal2132038100.050.620.1655.4561.1157.65
HexD5CB51053E10373d3a
Octal325313121057620677572
Binary11010101110010111010001010111111010000110111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CB51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CB51; }

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

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

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

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

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

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

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

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