Html Css Color HEX #DDAB74 Manhattan

📋 copy color: '#DDAB74'

red 221 ◦ green 171 ◦ blue 116

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

Shades of Manhattan #DDAB74

Tints of Manhattan #DDAB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.83%

R = 43.5%
G = 33.66%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDAB74 (or 0xDDAB74) is known color: Manhattan. HEX triplet: DD, AB and 74. RGB value is (221,171,116). Sum of RGB (Red+Green+Blue) = 221+171+116=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB74 is #22548B. Grayscale: #B3B3B3. Windows color (decimal): -2249868 or 7646173. OLE color: 7646173.

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

Color convert

RGB 221 171 116 -
CMYK 0 0.23 0.48 0.13
HSL 31.43º 0.61% 0.66% -
HSV(B) 31.43º 0.48% 0.87% -
XYZ 47.53 45.76 22.85 -
YUV 179.68 92.07 157.47 -
System Red Green Blue C M Y K H S L
Decimal 221 171 116 0 0.23 0.48 0.13 31.43 0.61 0.66
Hex DD AB 74 0 17 30 D 1F 3D 42
Octal 335 253 164 0 27 60 15 37 75 102
Binary 11011101 10101011 1110100 0 10111 110000 1101 11111 111101 1000010

Color Harmonies of #DDAB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB74

Black with #DDAB74

Text Example


Text Example

White with #DDAB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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