#D4C249

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

Shades of Confetti #D4C249

Tints of Confetti #D4C249

Color information

#D4C249 (or 0xD4C249) is unknown color: approx Confetti. HEX triplet: D4, C2 and 49. RGB value is (212,194,73). Sum of RGB (Red+Green+Blue) = 212+194+73=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C249 is #2B3DB6. Grayscale: #BABABA. Windows color (decimal): -2833847 or 4834004. OLE color: 4834004.

HSL color Cylindrical-coordinate representation of color #D4C249: hue angle of 52.23º 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 #D4C249 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB21219473-
CMYK00.080.660.17
HSL52.23º61.78%55.88%-
HSV(B)52.23º65.57%83.14%-
XYZ47.6553.0614.03-
YUV185.5964.46146.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.26%
GREEN value IS 194 (76.17% from 255) = 40.50%
BLUE value IS 73 (28.91% from 255) = 15.24%
R=44.26%
G=40.50%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121947300.080.660.1752.2361.7855.88
HexD4C249084211343e38
Octal32430211101010221647670
Binary1101010011000010100100101000100001010001110100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C249; }

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

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

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

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

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

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

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

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