Html Css Color HEX #DDAB75 Manhattan

📋 copy color: '#DDAB75'

red 221 ◦ green 171 ◦ blue 117

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

Shades of Manhattan #DDAB75

Tints of Manhattan #DDAB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.99%

R = 43.42%
G = 33.6%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDAB75 (or 0xDDAB75) is known color: Manhattan. HEX triplet: DD, AB and 75. RGB value is (221,171,117). Sum of RGB (Red+Green+Blue) = 221+171+117=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB75 is #22548A. Grayscale: #B4B4B4. Windows color (decimal): -2249867 or 7711709. OLE color: 7711709.

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

Color convert

RGB 221 171 117 -
CMYK 0 0.23 0.47 0.13
HSL 31.15º 0.6% 0.66% -
HSV(B) 31.15º 0.47% 0.87% -
XYZ 47.59 45.78 23.16 -
YUV 179.79 92.57 157.39 -
System Red Green Blue C M Y K H S L
Decimal 221 171 117 0 0.23 0.47 0.13 31.15 0.6 0.66
Hex DD AB 75 0 17 2F D 1F 3C 42
Octal 335 253 165 0 27 57 15 37 74 102
Binary 11011101 10101011 1110101 0 10111 101111 1101 11111 111100 1000010

Color Harmonies of #DDAB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB75

Black with #DDAB75

Text Example


Text Example

White with #DDAB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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