Html Css Color HEX #DDAA60 Equator

📋 copy color: '#DDAA60'

red 221 ◦ green 170 ◦ blue 96

#DDAA60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Equator #DDAA60

Tints of Equator #DDAA60

RGB

 RED value IS 221 (86.72% from 255) = 45.38%

 GREEN value IS 170 (66.8% from 255) = 34.91%

 BLUE value IS 96 (37.89% from 255) = 19.71%

R = 45.38%
G = 34.91%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDAA60 (or 0xDDAA60) is known color: Equator. HEX triplet: DD, AA and 60. RGB value is (221,170,96). Sum of RGB (Red+Green+Blue) = 221+170+96=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA60 is #22559F. Grayscale: #B1B1B1. Windows color (decimal): -2250144 or 6335197. OLE color: 6335197.

HSL color Cylindrical-coordinate representation of color #DDAA60: hue angle of 35.52º 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 #DDAA60 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 170 96 -
CMYK 0 0.23 0.57 0.13
HSL 35.52º 0.65% 0.62% -
HSV(B) 35.52º 0.57% 0.87% -
XYZ 46.3 44.97 17.31 -
YUV 176.81 82.4 159.52 -
System Red Green Blue C M Y K H S L
Decimal 221 170 96 0 0.23 0.57 0.13 35.52 0.65 0.62
Hex DD AA 60 0 17 39 D 24 41 3E
Octal 335 252 140 0 27 71 15 44 101 76
Binary 11011101 10101010 1100000 0 10111 111001 1101 100100 1000001 111110

Color Harmonies of #DDAA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA60

Black with #DDAA60

Text Example


Text Example

White with #DDAA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA60; }

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

 H1.HeaderClassName
 {
   color: #DDAA60;
 }
 .AnyTagClassName
 {
   color: #DDAA60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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