#DEB85C

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

Shades of Equator #DEB85C

Tints of Equator #DEB85C

Color information

#DEB85C (or 0xDEB85C) is unknown color: approx Equator. HEX triplet: DE, B8 and 5C. RGB value is (222,184,92). Sum of RGB (Red+Green+Blue) = 222+184+92=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 92 (36.33% from 255 or 18.47% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB85C is #2147A3. Grayscale: #B9B9B9. Windows color (decimal): -2181028 or 6076638. OLE color: 6076638.

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

Color convert

RGB22218492-
CMYK00.170.590.13
HSL42.46º66.33%61.57%-
HSV(B)42.46º58.56%87.06%-
XYZ49.250.5817.3-
YUV184.8775.59154.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.58%
GREEN value IS 184 (72.27% from 255) = 36.95%
BLUE value IS 92 (36.33% from 255) = 18.47%
R=44.58%
G=36.95%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221849200.170.590.1342.4666.3361.57
HexDEB85C0113BD2a423e
Octal33627013402173155210276
Binary1101111010111000101110001000111101111011010101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB85C; }

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

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

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

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

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

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

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

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