#deae6c

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

Shades of Equator #DEAE6C

Tints of Equator #DEAE6C

Color information

#DEAE6C (or 0xDEAE6C) is unknown color: approx Equator. HEX triplet: DE, AE and 6C. RGB value is (222,174,108). Sum of RGB (Red+Green+Blue) = 222+174+108=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAE6C is #215193. Grayscale: #B5B5B5. Windows color (decimal): -2183572 or 7122654. OLE color: 7122654.

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

Color convert

RGB222174108-
CMYK00.220.510.13
HSL34.74º63.33%64.71%-
HSV(B)34.74º51.35%87.06%-
XYZ47.9746.8820.71-
YUV180.8386.9157.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.05%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 108 (42.58% from 255) = 21.43%
R=44.05%
G=34.52%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217410800.220.510.1334.7463.3364.71
HexDEAE6C01633D233f41
Octal33625615402663154377101
Binary1101111010101110110110001011011001111011000111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #deae6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #deae6c; }

 p { color: rgb(222,174,108); }

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

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

 a { background-color: rgb(222,174,108); }

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

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

 span { border-color: rgb(222,174,108); }

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