Html Css Color HEX #DBAE86 Manhattan

📋 copy color: '#DBAE86'

red 219 ◦ green 174 ◦ blue 134

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

Shades of Manhattan #DBAE86

Tints of Manhattan #DBAE86

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.02%

 BLUE value IS 134 (52.73% from 255) = 25.43%

R = 41.56%
G = 33.02%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DBAE86 (or 0xDBAE86) is known color: Manhattan. HEX triplet: DB, AE and 86. RGB value is (219,174,134). Sum of RGB (Red+Green+Blue) = 219+174+134=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 134 (52.73% from 255 or 25.43% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE86 is #245179. Grayscale: #B7B7B7. Windows color (decimal): -2380154 or 8826587. OLE color: 8826587.

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

Color convert

RGB 219 174 134 -
CMYK 0 0.21 0.39 0.14
HSL 28.24º 0.54% 0.69% -
HSV(B) 28.24º 0.39% 0.86% -
XYZ 48.65 47.05 29.07 -
YUV 182.9 100.41 153.75 -
System Red Green Blue C M Y K H S L
Decimal 219 174 134 0 0.21 0.39 0.14 28.24 0.54 0.69
Hex DB AE 86 0 15 27 E 1C 36 45
Octal 333 256 206 0 25 47 16 34 66 105
Binary 11011011 10101110 10000110 0 10101 100111 1110 11100 110110 1000101

Color Harmonies of #DBAE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE86

Black with #DBAE86

Text Example


Text Example

White with #DBAE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE86; }

 p { color: rgb(219,174,134); }

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

background-color css

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

 a { background-color: rgb(219,174,134); }

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

border-color css

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

 span { border-color: rgb(219,174,134); }

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