#DEB100

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

Shades of Gamboge #DEB100

Tints of Gamboge #DEB100

Color information

#DEB100 (or 0xDEB100) is unknown color: approx Gamboge. HEX triplet: DE, B1 and 00. RGB value is (222,177,0). Sum of RGB (Red+Green+Blue) = 222+177+0=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB100 is #214EFF. Grayscale: #ABABAB. Windows color (decimal): -2182912 or 45534. OLE color: 45534.

HSL color Cylindrical-coordinate representation of color #DEB100: hue angle of 47.84º 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 #DEB100 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB2221770-
CMYK00.2010.13
HSL47.84º100%43.53%-
HSV(B)47.84º100%87.06%-
XYZ45.8546.976.65-
YUV170.2831.91164.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.64%
GREEN value IS 177 (69.53% from 255) = 44.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.64%
G=44.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222177000.2010.1347.8410043.53
HexDEB1001464D30642c
Octal3362610024144156014454
Binary11011110101100010010100110010011011100001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB100; }

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

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

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

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

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

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

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

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