#DDA860

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

Shades of Equator #DDA860

Tints of Equator #DDA860

Color information

#DDA860 (or 0xDDA860) is unknown color: approx Equator. HEX triplet: DD, A8 and 60. RGB value is (221,168,96). Sum of RGB (Red+Green+Blue) = 221+168+96=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA860 is #22579F. Grayscale: #AFAFAF. Windows color (decimal): -2250656 or 6334685. OLE color: 6334685.

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

Color convert

RGB22116896-
CMYK00.240.570.13
HSL34.56º64.77%62.16%-
HSV(B)34.56º56.56%86.67%-
XYZ45.9344.2217.18-
YUV175.6483.06160.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 168 (66.02% from 255) = 34.64%
BLUE value IS 96 (37.89% from 255) = 19.79%
R=45.57%
G=34.64%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211689600.240.570.1334.5664.7762.16
HexDDA86001839D23413e
Octal33525014003071154310176
Binary1101110110101000110000001100011100111011000111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA860; }

 p { color: rgb(221,168,96); }

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

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

 a { background-color: rgb(221,168,96); }

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

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

 span { border-color: rgb(221,168,96); }

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