#DDAF6D

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

Shades of Equator #DDAF6D

Tints of Equator #DDAF6D

Color information

#DDAF6D (or 0xDDAF6D) is unknown color: approx Equator. HEX triplet: DD, AF and 6D. RGB value is (221,175,109). Sum of RGB (Red+Green+Blue) = 221+175+109=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF6D is #225092. Grayscale: #B5B5B5. Windows color (decimal): -2248851 or 7188445. OLE color: 7188445.

HSL color Cylindrical-coordinate representation of color #DDAF6D: hue angle of 35.36º degrees, saturation: 0.62, 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 #DDAF6D is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB221175109-
CMYK00.210.510.13
HSL35.36º62.22%64.71%-
HSV(B)35.36º50.68%86.67%-
XYZ47.9147.1421.04-
YUV181.2387.24156.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 175 (68.75% from 255) = 34.65%
BLUE value IS 109 (42.97% from 255) = 21.58%
R=43.76%
G=34.65%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117510900.210.510.1335.3662.2264.71
HexDDAF6D01533D233e41
Octal33525715502563154376101
Binary1101110110101111110110101010111001111011000111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF6D; }

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

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

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

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

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

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

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

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