#D4C049

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

Shades of Confetti #D4C049

Tints of Confetti #D4C049

Color information

#D4C049 (or 0xD4C049) is unknown color: approx Confetti. HEX triplet: D4, C0 and 49. RGB value is (212,192,73). Sum of RGB (Red+Green+Blue) = 212+192+73=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C049 is #2B3FB6. Grayscale: #B8B8B8. Windows color (decimal): -2834359 or 4833492. OLE color: 4833492.

HSL color Cylindrical-coordinate representation of color #D4C049: hue angle of 51.37º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D4C049 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB21219273-
CMYK00.090.660.17
HSL51.37º61.78%55.88%-
HSV(B)51.37º65.57%83.14%-
XYZ47.252.1813.89-
YUV184.4165.13147.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.44%
GREEN value IS 192 (75.39% from 255) = 40.25%
BLUE value IS 73 (28.91% from 255) = 15.30%
R=44.44%
G=40.25%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121927300.090.660.1751.3761.7855.88
HexD4C049094211333e38
Octal32430011101110221637670
Binary1101010011000000100100101001100001010001110011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C049; }

 p { color: rgb(212,192,73); }

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

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

 a { background-color: rgb(212,192,73); }

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

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

 span { border-color: rgb(212,192,73); }

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