Html Css Color HEX #DBAA78 Manhattan

📋 copy color: '#DBAA78'

red 219 ◦ green 170 ◦ blue 120

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

Shades of Manhattan #DBAA78

Tints of Manhattan #DBAA78

RGB

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

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

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

R = 43.03%
G = 33.4%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DBAA78 (or 0xDBAA78) is known color: Manhattan. HEX triplet: DB, AA and 78. RGB value is (219,170,120). Sum of RGB (Red+Green+Blue) = 219+170+120=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAA78 is #245587. Grayscale: #B3B3B3. Windows color (decimal): -2381192 or 7908059. OLE color: 7908059.

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

Color convert

RGB 219 170 120 -
CMYK 0 0.22 0.45 0.14
HSL 30.3º 0.58% 0.66% -
HSV(B) 30.3º 0.45% 0.86% -
XYZ 46.98 45.17 24.01 -
YUV 178.95 94.73 156.57 -
System Red Green Blue C M Y K H S L
Decimal 219 170 120 0 0.22 0.45 0.14 30.3 0.58 0.66
Hex DB AA 78 0 16 2D E 1E 3A 42
Octal 333 252 170 0 26 55 16 36 72 102
Binary 11011011 10101010 1111000 0 10110 101101 1110 11110 111010 1000010

Color Harmonies of #DBAA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA78

Black with #DBAA78

Text Example


Text Example

White with #DBAA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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