#DEBD46

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

Shades of Confetti #DEBD46

Tints of Confetti #DEBD46

Color information

#DEBD46 (or 0xDEBD46) is unknown color: approx Confetti. HEX triplet: DE, BD and 46. RGB value is (222,189,70). Sum of RGB (Red+Green+Blue) = 222+189+70=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 70 (27.73% from 255 or 14.55% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBD46 is #2142B9. Grayscale: #B9B9B9. Windows color (decimal): -2179770 or 4636126. OLE color: 4636126.

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

Color convert

RGB22218970-
CMYK00.150.680.13
HSL46.97º69.72%57.25%-
HSV(B)46.97º68.47%87.06%-
XYZ49.4352.3713.3-
YUV185.362.93154.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.15%
GREEN value IS 189 (74.22% from 255) = 39.29%
BLUE value IS 70 (27.73% from 255) = 14.55%
R=46.15%
G=39.29%
B=14.55%

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
Decimal2221897000.150.680.1346.9769.7257.25
HexDEBD460F44D2f4639
Octal336275106017104155710671
Binary1101111010111101100011001111100010011011011111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD46; }

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

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

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

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

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

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

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

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