#DDAF6A

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

Shades of Equator #DDAF6A

Tints of Equator #DDAF6A

Color information

#DDAF6A (or 0xDDAF6A) is unknown color: approx Equator. HEX triplet: DD, AF and 6A. RGB value is (221,175,106). Sum of RGB (Red+Green+Blue) = 221+175+106=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF6A is #225095. Grayscale: #B5B5B5. Windows color (decimal): -2248854 or 6991837. OLE color: 6991837.

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

Color convert

RGB221175106-
CMYK00.210.520.13
HSL36º62.84%64.12%-
HSV(B)36º52.04%86.67%-
XYZ47.7547.0720.2-
YUV180.8985.74156.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.02%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 106 (41.80% from 255) = 21.12%
R=44.02%
G=34.86%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117510600.210.520.133662.8464.12
HexDDAF6A01534D243f40
Octal33525715202564154477100
Binary1101110110101111110101001010111010011011001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF6A; }

 p { color: rgb(221,175,106); }

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

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

 a { background-color: rgb(221,175,106); }

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

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

 span { border-color: rgb(221,175,106); }

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