Html Css Color HEX #DBAC84 Manhattan

📋 copy color: '#DBAC84'

red 219 ◦ green 172 ◦ blue 132

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

Shades of Manhattan #DBAC84

Tints of Manhattan #DBAC84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.24%

R = 41.87%
G = 32.89%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DBAC84 (or 0xDBAC84) is known color: Manhattan. HEX triplet: DB, AC and 84. RGB value is (219,172,132). Sum of RGB (Red+Green+Blue) = 219+172+132=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 132 (51.95% from 255 or 25.24% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC84 is #24537B. Grayscale: #B5B5B5. Windows color (decimal): -2380668 or 8695003. OLE color: 8695003.

HSL color Cylindrical-coordinate representation of color #DBAC84: hue angle of 27.59º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBAC84 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 172 132 -
CMYK 0 0.21 0.40 0.14
HSL 27.59º 0.55% 0.69% -
HSV(B) 27.59º 0.4% 0.86% -
XYZ 48.13 46.23 28.22 -
YUV 181.49 100.07 154.75 -
System Red Green Blue C M Y K H S L
Decimal 219 172 132 0 0.21 0.40 0.14 27.59 0.55 0.69
Hex DB AC 84 0 15 28 E 1C 37 45
Octal 333 254 204 0 25 50 16 34 67 105
Binary 11011011 10101100 10000100 0 10101 101000 1110 11100 110111 1000101

Color Harmonies of #DBAC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC84

Black with #DBAC84

Text Example


Text Example

White with #DBAC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC84; }

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

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

background-color css

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

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

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

border-color css

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

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

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