#DEBF40

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

Shades of Confetti #DEBF40

Tints of Confetti #DEBF40

Color information

#DEBF40 (or 0xDEBF40) is unknown color: approx Confetti. HEX triplet: DE, BF and 40. RGB value is (222,191,64). Sum of RGB (Red+Green+Blue) = 222+191+64=477 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.54% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBF40 is #2140BF. Grayscale: #BABABA. Windows color (decimal): -2179264 or 4243422. OLE color: 4243422.

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

Color convert

RGB22219164-
CMYK00.140.710.13
HSL48.23º70.54%56.08%-
HSV(B)48.23º71.17%87.06%-
XYZ49.6853.1612.49-
YUV185.7959.27153.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.54%
GREEN value IS 191 (75% from 255) = 40.04%
BLUE value IS 64 (25.39% from 255) = 13.42%
R=46.54%
G=40.04%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221916400.140.710.1348.2370.5456.08
HexDEBF400E47D304738
Octal336277100016107156010770
Binary1101111010111111100000001110100011111011100001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBF40; }

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

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

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

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

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

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

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

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