Html Css Color HEX #DDAB78 Manhattan

📋 copy color: '#DDAB78'

red 221 ◦ green 171 ◦ blue 120

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

Shades of Manhattan #DDAB78

Tints of Manhattan #DDAB78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.44%

R = 43.16%
G = 33.4%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDAB78 (or 0xDDAB78) is known color: Manhattan. HEX triplet: DD, AB and 78. RGB value is (221,171,120). Sum of RGB (Red+Green+Blue) = 221+171+120=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB78 is #225487. Grayscale: #B4B4B4. Windows color (decimal): -2249864 or 7908317. OLE color: 7908317.

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

Color convert

RGB 221 171 120 -
CMYK 0 0.23 0.46 0.13
HSL 30.3º 0.6% 0.67% -
HSV(B) 30.3º 0.46% 0.87% -
XYZ 47.77 45.85 24.1 -
YUV 180.14 94.07 157.15 -
System Red Green Blue C M Y K H S L
Decimal 221 171 120 0 0.23 0.46 0.13 30.3 0.6 0.67
Hex DD AB 78 0 17 2E D 1E 3C 43
Octal 335 253 170 0 27 56 15 36 74 103
Binary 11011101 10101011 1111000 0 10111 101110 1101 11110 111100 1000011

Color Harmonies of #DDAB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB78

Black with #DDAB78

Text Example


Text Example

White with #DDAB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB78; }

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

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

background-color css

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

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

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

border-color css

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

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

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