#DFD242

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

Shades of Confetti #DFD242

Tints of Confetti #DFD242

Color information

#DFD242 (or 0xDFD242) is unknown color: approx Confetti. HEX triplet: DF, D2 and 42. RGB value is (223,210,66). Sum of RGB (Red+Green+Blue) = 223+210+66=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 66 (26.17% from 255 or 13.23% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD242 is #202DBD. Grayscale: #C6C6C6. Windows color (decimal): -2108862 or 4379359. OLE color: 4379359.

HSL color Cylindrical-coordinate representation of color #DFD242: hue angle of 55.03º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFD242 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB22321066-
CMYK00.060.700.13
HSL55.03º71.04%56.67%-
HSV(B)55.03º70.4%87.45%-
XYZ54.4662.1714.28-
YUV197.4753.81146.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.69%
GREEN value IS 210 (82.42% from 255) = 42.08%
BLUE value IS 66 (26.17% from 255) = 13.23%
R=44.69%
G=42.08%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232106600.060.700.1355.0371.0456.67
HexDFD2420646D374739
Octal33732210206106156710771
Binary110111111101001010000100110100011011011101111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD242; }

 p { color: rgb(223,210,66); }

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

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

 a { background-color: rgb(223,210,66); }

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

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

 span { border-color: rgb(223,210,66); }

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