#DEAF69

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

Shades of Equator #DEAF69

Tints of Equator #DEAF69

Color information

#DEAF69 (or 0xDEAF69) is unknown color: approx Equator. HEX triplet: DE, AF and 69. RGB value is (222,175,105). Sum of RGB (Red+Green+Blue) = 222+175+105=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEAF69 is #215096. Grayscale: #B5B5B5. Windows color (decimal): -2183319 or 6926302. OLE color: 6926302.

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

Color convert

RGB222175105-
CMYK00.210.530.13
HSL35.9º63.93%64.12%-
HSV(B)35.9º52.7%87.06%-
XYZ4847.2119.95-
YUV181.0785.07157.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.22%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 105 (41.41% from 255) = 20.92%
R=44.22%
G=34.86%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217510500.210.530.1335.963.9364.12
HexDEAF6901535D244040
Octal336257151025651544100100
Binary11011110101011111101001010101110101110110010010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAF69; }

 p { color: rgb(222,175,105); }

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

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

 a { background-color: rgb(222,175,105); }

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

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

 span { border-color: rgb(222,175,105); }

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