#DFD049

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

Shades of Confetti #DFD049

Tints of Confetti #DFD049

Color information

#DFD049 (or 0xDFD049) is unknown color: approx Confetti. HEX triplet: DF, D0 and 49. RGB value is (223,208,73). Sum of RGB (Red+Green+Blue) = 223+208+73=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 73 (28.91% from 255 or 14.48% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD049 is #202FB6. Grayscale: #C5C5C5. Windows color (decimal): -2109367 or 4837599. OLE color: 4837599.

HSL color Cylindrical-coordinate representation of color #DFD049: hue angle of 54º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFD049 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB22320873-
CMYK00.070.670.13
HSL54º70.09%58.04%-
HSV(B)54º67.26%87.45%-
XYZ54.1961.2815.28-
YUV197.0957.97146.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.25%
GREEN value IS 208 (81.64% from 255) = 41.27%
BLUE value IS 73 (28.91% from 255) = 14.48%
R=44.25%
G=41.27%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232087300.070.670.135470.0958.04
HexDFD0490743D36463a
Octal33732011107103156610672
Binary110111111101000010010010111100001111011101101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD049; }

 p { color: rgb(223,208,73); }

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

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

 a { background-color: rgb(223,208,73); }

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

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

 span { border-color: rgb(223,208,73); }

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