#DEB35F

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

Shades of Equator #DEB35F

Tints of Equator #DEB35F

Color information

#DEB35F (or 0xDEB35F) is unknown color: approx Equator. HEX triplet: DE, B3 and 5F. RGB value is (222,179,95). Sum of RGB (Red+Green+Blue) = 222+179+95=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB35F is #214CA0. Grayscale: #B6B6B6. Windows color (decimal): -2182305 or 6271966. OLE color: 6271966.

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

Color convert

RGB22217995-
CMYK00.190.570.13
HSL39.69º65.8%62.16%-
HSV(B)39.69º57.21%87.06%-
XYZ48.3148.617.66-
YUV182.2878.75156.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.76%
GREEN value IS 179 (70.31% from 255) = 36.09%
BLUE value IS 95 (37.5% from 255) = 19.15%
R=44.76%
G=36.09%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221799500.190.570.1339.6965.862.16
HexDEB35F01339D28423e
Octal33626313702371155010276
Binary1101111010110011101111101001111100111011010001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB35F; }

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

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

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

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

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

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

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

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