Html Css Color HEX #DBAC83 Manhattan

📋 copy color: '#DBAC83'

red 219 ◦ green 172 ◦ blue 131

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

Shades of Manhattan #DBAC83

Tints of Manhattan #DBAC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.1%

R = 41.95%
G = 32.95%
B = 25.1%

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

#DBAC83 (or 0xDBAC83) is known color: Manhattan. HEX triplet: DB, AC and 83. RGB value is (219,172,131). Sum of RGB (Red+Green+Blue) = 219+172+131=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC83 is #24537C. Grayscale: #B5B5B5. Windows color (decimal): -2380669 or 8629467. OLE color: 8629467.

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

Color convert

RGB 219 172 131 -
CMYK 0 0.21 0.40 0.14
HSL 27.95º 0.55% 0.69% -
HSV(B) 27.95º 0.4% 0.86% -
XYZ 48.06 46.2 27.86 -
YUV 181.38 99.57 154.83 -
System Red Green Blue C M Y K H S L
Decimal 219 172 131 0 0.21 0.40 0.14 27.95 0.55 0.69
Hex DB AC 83 0 15 28 E 1C 37 45
Octal 333 254 203 0 25 50 16 34 67 105
Binary 11011011 10101100 10000011 0 10101 101000 1110 11100 110111 1000101

Color Harmonies of #DBAC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC83

Black with #DBAC83

Text Example


Text Example

White with #DBAC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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