#D5C04C

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

Shades of Confetti #D5C04C

Tints of Confetti #D5C04C

Color information

#D5C04C (or 0xD5C04C) is unknown color: approx Confetti. HEX triplet: D5, C0 and 4C. RGB value is (213,192,76). Sum of RGB (Red+Green+Blue) = 213+192+76=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C04C is #2A3FB3. Grayscale: #B9B9B9. Windows color (decimal): -2768820 or 5030101. OLE color: 5030101.

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

Color convert

RGB21319276-
CMYK00.100.640.16
HSL50.8º61.99%56.67%-
HSV(B)50.8º64.32%83.53%-
XYZ47.5952.3714.44-
YUV185.0566.46147.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.28%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 76 (30.08% from 255) = 15.80%
R=44.28%
G=39.92%
B=15.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131927600.100.640.1650.861.9956.67
HexD5C04C0A4010333e39
Octal32530011401210020637671
Binary1101010111000000100110001010100000010000110011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C04C; }

 p { color: rgb(213,192,76); }

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

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

 a { background-color: rgb(213,192,76); }

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

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

 span { border-color: rgb(213,192,76); }

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