Html Css Color HEX #DBAD77 Manhattan

📋 copy color: '#DBAD77'

red 219 ◦ green 173 ◦ blue 119

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

Shades of Manhattan #DBAD77

Tints of Manhattan #DBAD77

RGB

 RED value IS 219 (85.94% from 255) = 42.86%

 GREEN value IS 173 (67.97% from 255) = 33.86%

 BLUE value IS 119 (46.88% from 255) = 23.29%

R = 42.86%
G = 33.86%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DBAD77 (or 0xDBAD77) is known color: Manhattan. HEX triplet: DB, AD and 77. RGB value is (219,173,119). Sum of RGB (Red+Green+Blue) = 219+173+119=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD77 is #245288. Grayscale: #B4B4B4. Windows color (decimal): -2380425 or 7843291. OLE color: 7843291.

HSL color Cylindrical-coordinate representation of color #DBAD77: hue angle of 32.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBAD77 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 173 119 -
CMYK 0 0.21 0.46 0.14
HSL 32.4º 0.58% 0.66% -
HSV(B) 32.4º 0.46% 0.86% -
XYZ 47.49 46.28 23.88 -
YUV 180.6 93.24 155.39 -
System Red Green Blue C M Y K H S L
Decimal 219 173 119 0 0.21 0.46 0.14 32.4 0.58 0.66
Hex DB AD 77 0 15 2E E 20 3A 42
Octal 333 255 167 0 25 56 16 40 72 102
Binary 11011011 10101101 1110111 0 10101 101110 1110 100000 111010 1000010

Color Harmonies of #DBAD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD77

Black with #DBAD77

Text Example


Text Example

White with #DBAD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD77; }

 p { color: rgb(219,173,119); }

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

background-color css

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

 a { background-color: rgb(219,173,119); }

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

border-color css

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

 span { border-color: rgb(219,173,119); }

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