Html Css Color HEX #DBAB76 Manhattan

📋 copy color: '#DBAB76'

red 219 ◦ green 171 ◦ blue 118

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

Shades of Manhattan #DBAB76

Tints of Manhattan #DBAB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.23%

R = 43.11%
G = 33.66%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DBAB76 (or 0xDBAB76) is known color: Manhattan. HEX triplet: DB, AB and 76. RGB value is (219,171,118). Sum of RGB (Red+Green+Blue) = 219+171+118=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB76 is #245489. Grayscale: #B3B3B3. Windows color (decimal): -2380938 or 7777243. OLE color: 7777243.

HSL color Cylindrical-coordinate representation of color #DBAB76: hue angle of 31.49º 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 #DBAB76 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 171 118 -
CMYK 0 0.22 0.46 0.14
HSL 31.49º 0.58% 0.66% -
HSV(B) 31.49º 0.46% 0.86% -
XYZ 47.05 45.49 23.44 -
YUV 179.31 93.4 156.31 -
System Red Green Blue C M Y K H S L
Decimal 219 171 118 0 0.22 0.46 0.14 31.49 0.58 0.66
Hex DB AB 76 0 16 2E E 1F 3A 42
Octal 333 253 166 0 26 56 16 37 72 102
Binary 11011011 10101011 1110110 0 10110 101110 1110 11111 111010 1000010

Color Harmonies of #DBAB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB76

Black with #DBAB76

Text Example


Text Example

White with #DBAB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB76; }

 p { color: rgb(219,171,118); }

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

background-color css

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

 a { background-color: rgb(219,171,118); }

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

border-color css

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

 span { border-color: rgb(219,171,118); }

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