Html Css Color HEX #DBAC81 Manhattan

📋 copy color: '#DBAC81'

red 219 ◦ green 172 ◦ blue 129

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

Shades of Manhattan #DBAC81

Tints of Manhattan #DBAC81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.81%

R = 42.12%
G = 33.08%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DBAC81 (or 0xDBAC81) is known color: Manhattan. HEX triplet: DB, AC and 81. RGB value is (219,172,129). Sum of RGB (Red+Green+Blue) = 219+172+129=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAC81 is #24537E. Grayscale: #B5B5B5. Windows color (decimal): -2380671 or 8498395. OLE color: 8498395.

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

Color convert

RGB 219 172 129 -
CMYK 0 0.21 0.41 0.14
HSL 28.67º 0.56% 0.68% -
HSV(B) 28.67º 0.41% 0.86% -
XYZ 47.93 46.15 27.15 -
YUV 181.15 98.57 155 -
System Red Green Blue C M Y K H S L
Decimal 219 172 129 0 0.21 0.41 0.14 28.67 0.56 0.68
Hex DB AC 81 0 15 29 E 1D 38 44
Octal 333 254 201 0 25 51 16 35 70 104
Binary 11011011 10101100 10000001 0 10101 101001 1110 11101 111000 1000100

Color Harmonies of #DBAC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAC81

Black with #DBAC81

Text Example


Text Example

White with #DBAC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAC81; }

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

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

background-color css

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

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

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

border-color css

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

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

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