#debe3f

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

Shades of Confetti #DEBE3F

Tints of Confetti #DEBE3F

Color information

#DEBE3F (or 0xDEBE3F) is unknown color: approx Confetti. HEX triplet: DE, BE and 3F. RGB value is (222,190,63). Sum of RGB (Red+Green+Blue) = 222+190+63=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 63 (25% from 255 or 13.26% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBE3F is #2141C0. Grayscale: #B9B9B9. Windows color (decimal): -2179521 or 4177630. OLE color: 4177630.

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

Color convert

RGB22219063-
CMYK00.140.720.13
HSL47.92º70.67%55.88%-
HSV(B)47.92º71.62%87.06%-
XYZ49.4352.7212.27-
YUV185.0959.1154.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.74%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 63 (25% from 255) = 13.26%
R=46.74%
G=40%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221906300.140.720.1347.9270.6755.88
HexDEBE3F0E48D304738
Octal33627677016110156010770
Binary110111101011111011111101110100100011011100001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #debe3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #debe3f; }

 p { color: rgb(222,190,63); }

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

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

 a { background-color: rgb(222,190,63); }

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

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

 span { border-color: rgb(222,190,63); }

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