Html Css Color HEX #DDAB70 Manhattan

📋 copy color: '#DDAB70'

red 221 ◦ green 171 ◦ blue 112

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

Shades of Manhattan #DDAB70

Tints of Manhattan #DDAB70

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.93%

 BLUE value IS 112 (44.14% from 255) = 22.22%

R = 43.85%
G = 33.93%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDAB70 (or 0xDDAB70) is known color: Manhattan. HEX triplet: DD, AB and 70. RGB value is (221,171,112). Sum of RGB (Red+Green+Blue) = 221+171+112=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB70 is #22548F. Grayscale: #B3B3B3. Windows color (decimal): -2249872 or 7384029. OLE color: 7384029.

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

Color convert

RGB 221 171 112 -
CMYK 0 0.23 0.49 0.13
HSL 32.48º 0.62% 0.65% -
HSV(B) 32.48º 0.49% 0.87% -
XYZ 47.31 45.67 21.65 -
YUV 179.22 90.07 157.8 -
System Red Green Blue C M Y K H S L
Decimal 221 171 112 0 0.23 0.49 0.13 32.48 0.62 0.65
Hex DD AB 70 0 17 31 D 20 3E 41
Octal 335 253 160 0 27 61 15 40 76 101
Binary 11011101 10101011 1110000 0 10111 110001 1101 100000 111110 1000001

Color Harmonies of #DDAB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB70

Black with #DDAB70

Text Example


Text Example

White with #DDAB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB70; }

 p { color: rgb(221,171,112); }

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

background-color css

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

 a { background-color: rgb(221,171,112); }

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

border-color css

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

 span { border-color: rgb(221,171,112); }

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