#DEB36B

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

Shades of Equator #DEB36B

Tints of Equator #DEB36B

Color information

#DEB36B (or 0xDEB36B) is unknown color: approx Equator. HEX triplet: DE, B3 and 6B. RGB value is (222,179,107). Sum of RGB (Red+Green+Blue) = 222+179+107=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB36B is #214C94. Grayscale: #B7B7B7. Windows color (decimal): -2182293 or 7058398. OLE color: 7058398.

HSL color Cylindrical-coordinate representation of color #DEB36B: hue angle of 37.57º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEB36B is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB222179107-
CMYK00.190.520.13
HSL37.57º63.54%64.51%-
HSV(B)37.57º51.8%87.06%-
XYZ48.948.8320.76-
YUV183.6584.75155.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.70%
GREEN value IS 179 (70.31% from 255) = 35.24%
BLUE value IS 107 (42.19% from 255) = 21.06%
R=43.70%
G=35.24%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217910700.190.520.1337.5763.5464.51
HexDEB36B01334D264041
Octal336263153023641546100101
Binary11011110101100111101011010011110100110110011010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB36B; }

 p { color: rgb(222,179,107); }

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

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

 a { background-color: rgb(222,179,107); }

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

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

 span { border-color: rgb(222,179,107); }

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