#DEBF42

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

Shades of Confetti #DEBF42

Tints of Confetti #DEBF42

Color information

#DEBF42 (or 0xDEBF42) is unknown color: approx Confetti. HEX triplet: DE, BF and 42. RGB value is (222,191,66). Sum of RGB (Red+Green+Blue) = 222+191+66=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 191 (75% from 255 or 39.87% from 479); Blue value is 66 (26.17% from 255 or 13.78% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBF42 is #2140BD. Grayscale: #BABABA. Windows color (decimal): -2179262 or 4374494. OLE color: 4374494.

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

Color convert

RGB22219166-
CMYK00.140.700.13
HSL48.08º70.27%56.47%-
HSV(B)48.08º70.27%87.06%-
XYZ49.7453.1812.8-
YUV186.0260.27153.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.35%
GREEN value IS 191 (75% from 255) = 39.87%
BLUE value IS 66 (26.17% from 255) = 13.78%
R=46.35%
G=39.87%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221916600.140.700.1348.0870.2756.47
HexDEBF420E46D304638
Octal336277102016106156010670
Binary1101111010111111100001001110100011011011100001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBF42; }

 p { color: rgb(222,191,66); }

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

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

 a { background-color: rgb(222,191,66); }

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

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

 span { border-color: rgb(222,191,66); }

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