Html Css Color HEX #DBAA72 Manhattan

📋 copy color: '#DBAA72'

red 219 ◦ green 170 ◦ blue 114

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

Shades of Manhattan #DBAA72

Tints of Manhattan #DBAA72

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.8%

 BLUE value IS 114 (44.92% from 255) = 22.66%

R = 43.54%
G = 33.8%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DBAA72 (or 0xDBAA72) is known color: Manhattan. HEX triplet: DB, AA and 72. RGB value is (219,170,114). Sum of RGB (Red+Green+Blue) = 219+170+114=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA72 is #24558D. Grayscale: #B2B2B2. Windows color (decimal): -2381198 or 7514843. OLE color: 7514843.

HSL color Cylindrical-coordinate representation of color #DBAA72: hue angle of 32º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBAA72 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 170 114 -
CMYK 0 0.22 0.48 0.14
HSL 32º 0.59% 0.65% -
HSV(B) 32º 0.48% 0.86% -
XYZ 46.63 45.02 22.15 -
YUV 178.27 91.73 157.05 -
System Red Green Blue C M Y K H S L
Decimal 219 170 114 0 0.22 0.48 0.14 32 0.59 0.65
Hex DB AA 72 0 16 30 E 20 3B 41
Octal 333 252 162 0 26 60 16 40 73 101
Binary 11011011 10101010 1110010 0 10110 110000 1110 100000 111011 1000001

Color Harmonies of #DBAA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA72

Black with #DBAA72

Text Example


Text Example

White with #DBAA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA72; }

 p { color: rgb(219,170,114); }

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

background-color css

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

 a { background-color: rgb(219,170,114); }

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

border-color css

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

 span { border-color: rgb(219,170,114); }

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