#DEB85F

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

Shades of Equator #DEB85F

Tints of Equator #DEB85F

Color information

#DEB85F (or 0xDEB85F) is unknown color: approx Equator. HEX triplet: DE, B8 and 5F. RGB value is (222,184,95). Sum of RGB (Red+Green+Blue) = 222+184+95=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB85F is #2147A0. Grayscale: #B9B9B9. Windows color (decimal): -2181025 or 6273246. OLE color: 6273246.

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

Color convert

RGB22218495-
CMYK00.170.570.13
HSL42.05º65.8%62.16%-
HSV(B)42.05º57.21%87.06%-
XYZ49.3350.6418-
YUV185.2277.09154.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.31%
GREEN value IS 184 (72.27% from 255) = 36.73%
BLUE value IS 95 (37.5% from 255) = 18.96%
R=44.31%
G=36.73%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221849500.170.570.1342.0565.862.16
HexDEB85F01139D2a423e
Octal33627013702171155210276
Binary1101111010111000101111101000111100111011010101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB85F; }

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

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

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

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

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

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

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

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