Html Css Color HEX #DBAC80 Manhattan

📋 copy color: '#DBAC80'

red 219 ◦ green 172 ◦ blue 128

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

Shades of Manhattan #DBAC80

Tints of Manhattan #DBAC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.66%

R = 42.2%
G = 33.14%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DBAC80 (or 0xDBAC80) is known color: Manhattan. HEX triplet: DB, AC and 80. RGB value is (219,172,128). Sum of RGB (Red+Green+Blue) = 219+172+128=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC80 is #24537F. Grayscale: #B5B5B5. Windows color (decimal): -2380672 or 8432859. OLE color: 8432859.

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

Color convert

RGB 219 172 128 -
CMYK 0 0.21 0.42 0.14
HSL 29.01º 0.56% 0.68% -
HSV(B) 29.01º 0.42% 0.86% -
XYZ 47.86 46.12 26.8 -
YUV 181.04 98.07 155.08 -
System Red Green Blue C M Y K H S L
Decimal 219 172 128 0 0.21 0.42 0.14 29.01 0.56 0.68
Hex DB AC 80 0 15 2A E 1D 38 44
Octal 333 254 200 0 25 52 16 35 70 104
Binary 11011011 10101100 10000000 0 10101 101010 1110 11101 111000 1000100

Color Harmonies of #DBAC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC80

Black with #DBAC80

Text Example


Text Example

White with #DBAC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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