Html Css Color HEX #DDAB7F Manhattan

📋 copy color: '#DDAB7F'

red 221 ◦ green 171 ◦ blue 127

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

Shades of Manhattan #DDAB7F

Tints of Manhattan #DDAB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.47%

R = 42.58%
G = 32.95%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDAB7F (or 0xDDAB7F) is known color: Manhattan. HEX triplet: DD, AB and 7F. RGB value is (221,171,127). Sum of RGB (Red+Green+Blue) = 221+171+127=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB7F is #225480. Grayscale: #B5B5B5. Windows color (decimal): -2249857 or 8367069. OLE color: 8367069.

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

Color convert

RGB 221 171 127 -
CMYK 0 0.23 0.43 0.13
HSL 28.09º 0.58% 0.68% -
HSV(B) 28.09º 0.43% 0.87% -
XYZ 48.21 46.03 26.42 -
YUV 180.93 97.57 156.58 -
System Red Green Blue C M Y K H S L
Decimal 221 171 127 0 0.23 0.43 0.13 28.09 0.58 0.68
Hex DD AB 7F 0 17 2B D 1C 3A 44
Octal 335 253 177 0 27 53 15 34 72 104
Binary 11011101 10101011 1111111 0 10111 101011 1101 11100 111010 1000100

Color Harmonies of #DDAB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB7F

Black with #DDAB7F

Text Example


Text Example

White with #DDAB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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