#D8C049

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

Shades of Confetti #D8C049

Tints of Confetti #D8C049

Color information

#D8C049 (or 0xD8C049) is unknown color: approx Confetti. HEX triplet: D8, C0 and 49. RGB value is (216,192,73). Sum of RGB (Red+Green+Blue) = 216+192+73=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C049 is #273FB6. Grayscale: #BABABA. Windows color (decimal): -2572215 or 4833496. OLE color: 4833496.

HSL color Cylindrical-coordinate representation of color #D8C049: hue angle of 49.93º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D8C049 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB21619273-
CMYK00.110.660.15
HSL49.93º64.71%56.67%-
HSV(B)49.93º66.2%84.71%-
XYZ48.3752.7813.94-
YUV185.6164.45149.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.91%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 73 (28.91% from 255) = 15.18%
R=44.91%
G=39.92%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161927300.110.660.1549.9364.7156.67
HexD8C0490B42F324139
Octal330300111013102176210171
Binary1101100011000000100100101011100001011111100101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C049; }

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

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

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

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

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

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

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

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