#DEA867

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

Shades of Equator #DEA867

Tints of Equator #DEA867

Color information

#DEA867 (or 0xDEA867) is unknown color: approx Equator. HEX triplet: DE, A8 and 67. RGB value is (222,168,103). Sum of RGB (Red+Green+Blue) = 222+168+103=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 103 (40.62% from 255 or 20.89% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA867 is #215798. Grayscale: #B1B1B1. Windows color (decimal): -2185113 or 6793438. OLE color: 6793438.

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

Color convert

RGB222168103-
CMYK00.240.540.13
HSL32.77º64.32%63.73%-
HSV(B)32.77º53.6%87.06%-
XYZ46.5844.5118.97-
YUV176.7486.39160.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.03%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 103 (40.62% from 255) = 20.89%
R=45.03%
G=34.08%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216810300.240.540.1332.7764.3263.73
HexDEA86701836D214040
Octal336250147030661541100100
Binary11011110101010001100111011000110110110110000110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA867; }

 p { color: rgb(222,168,103); }

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

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

 a { background-color: rgb(222,168,103); }

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

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

 span { border-color: rgb(222,168,103); }

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