#DEB000

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

Shades of Gamboge #DEB000

Tints of Gamboge #DEB000

Color information

#DEB000 (or 0xDEB000) is unknown color: approx Gamboge. HEX triplet: DE, B0 and 00. RGB value is (222,176,0). Sum of RGB (Red+Green+Blue) = 222+176+0=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB000 is #214FFF. Grayscale: #AAAAAA. Windows color (decimal): -2183168 or 45278. OLE color: 45278.

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

Color convert

RGB2221760-
CMYK00.2110.13
HSL47.57º100%43.53%-
HSV(B)47.57º100%87.06%-
XYZ45.6546.586.58-
YUV169.6932.24165.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.78%
GREEN value IS 176 (69.14% from 255) = 44.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.78%
G=44.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222176000.2110.1347.5710043.53
HexDEB0001564D30642c
Octal3362600025144156014454
Binary11011110101100000010101110010011011100001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB000; }

 p { color: rgb(222,176,0); }

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

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

 a { background-color: rgb(222,176,0); }

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

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

 span { border-color: rgb(222,176,0); }

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