Html Css Color HEX #DBAC77 Manhattan

📋 copy color: '#DBAC77'

red 219 ◦ green 172 ◦ blue 119

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

Shades of Manhattan #DBAC77

Tints of Manhattan #DBAC77

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.73%

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

R = 42.94%
G = 33.73%
B = 23.33%

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

#DBAC77 (or 0xDBAC77) is known color: Manhattan. HEX triplet: DB, AC and 77. RGB value is (219,172,119). Sum of RGB (Red+Green+Blue) = 219+172+119=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAC77 is #245388. Grayscale: #B4B4B4. Windows color (decimal): -2380681 or 7843035. OLE color: 7843035.

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

Color convert

RGB 219 172 119 -
CMYK 0 0.21 0.46 0.14
HSL 31.8º 0.58% 0.66% -
HSV(B) 31.8º 0.46% 0.86% -
XYZ 47.3 45.9 23.82 -
YUV 180.01 93.57 155.81 -
System Red Green Blue C M Y K H S L
Decimal 219 172 119 0 0.21 0.46 0.14 31.8 0.58 0.66
Hex DB AC 77 0 15 2E E 20 3A 42
Octal 333 254 167 0 25 56 16 40 72 102
Binary 11011011 10101100 1110111 0 10101 101110 1110 100000 111010 1000010

Color Harmonies of #DBAC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC77

Black with #DBAC77

Text Example


Text Example

White with #DBAC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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