#DEBD48

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

Shades of Confetti #DEBD48

Tints of Confetti #DEBD48

Color information

#DEBD48 (or 0xDEBD48) is unknown color: approx Confetti. HEX triplet: DE, BD and 48. RGB value is (222,189,72). Sum of RGB (Red+Green+Blue) = 222+189+72=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBD48 is #2142B7. Grayscale: #BABABA. Windows color (decimal): -2179768 or 4767198. OLE color: 4767198.

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

Color convert

RGB22218972-
CMYK00.150.680.13
HSL46.8º69.44%57.65%-
HSV(B)46.8º67.57%87.06%-
XYZ49.4952.3913.64-
YUV185.5363.93154.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.96%
GREEN value IS 189 (74.22% from 255) = 39.13%
BLUE value IS 72 (28.52% from 255) = 14.91%
R=45.96%
G=39.13%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221897200.150.680.1346.869.4457.65
HexDEBD480F44D2f453a
Octal336275110017104155710572
Binary1101111010111101100100001111100010011011011111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD48; }

 p { color: rgb(222,189,72); }

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

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

 a { background-color: rgb(222,189,72); }

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

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

 span { border-color: rgb(222,189,72); }

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