Html Css Color HEX #DDAA6B Equator

📋 copy color: '#DDAA6B'

red 221 ◦ green 170 ◦ blue 107

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

Shades of Equator #DDAA6B

Tints of Equator #DDAA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.49%

R = 44.38%
G = 34.14%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDAA6B (or 0xDDAA6B) is known color: Equator. HEX triplet: DD, AA and 6B. RGB value is (221,170,107). Sum of RGB (Red+Green+Blue) = 221+170+107=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA6B is #225594. Grayscale: #B2B2B2. Windows color (decimal): -2250133 or 7056093. OLE color: 7056093.

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

Color convert

RGB 221 170 107 -
CMYK 0 0.23 0.52 0.13
HSL 33.16º 0.63% 0.64% -
HSV(B) 33.16º 0.52% 0.87% -
XYZ 46.85 45.18 20.16 -
YUV 178.07 87.9 158.62 -
System Red Green Blue C M Y K H S L
Decimal 221 170 107 0 0.23 0.52 0.13 33.16 0.63 0.64
Hex DD AA 6B 0 17 34 D 21 3F 40
Octal 335 252 153 0 27 64 15 41 77 100
Binary 11011101 10101010 1101011 0 10111 110100 1101 100001 111111 1000000

Color Harmonies of #DDAA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA6B

Black with #DDAA6B

Text Example


Text Example

White with #DDAA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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