#DEA961

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

Shades of Equator #DEA961

Tints of Equator #DEA961

Color information

#DEA961 (or 0xDEA961) is unknown color: approx Equator. HEX triplet: DE, A9 and 61. RGB value is (222,169,97). Sum of RGB (Red+Green+Blue) = 222+169+97=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 97 (38.28% from 255 or 19.88% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA961 is #21569E. Grayscale: #B0B0B0. Windows color (decimal): -2184863 or 6400478. OLE color: 6400478.

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

Color convert

RGB22216997-
CMYK00.240.560.13
HSL34.56º65.45%62.55%-
HSV(B)34.56º56.31%87.06%-
XYZ46.4744.7717.5-
YUV176.6483.06160.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.49%
GREEN value IS 169 (66.41% from 255) = 34.63%
BLUE value IS 97 (38.28% from 255) = 19.88%
R=45.49%
G=34.63%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221699700.240.560.1334.5665.4562.55
HexDEA96101838D23413f
Octal33625114103070154310177
Binary1101111010101001110000101100011100011011000111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA961; }

 p { color: rgb(222,169,97); }

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

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

 a { background-color: rgb(222,169,97); }

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

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

 span { border-color: rgb(222,169,97); }

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