Html Css Color HEX #DBAE80 Manhattan

📋 copy color: '#DBAE80'

red 219 ◦ green 174 ◦ blue 128

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

Shades of Manhattan #DBAE80

Tints of Manhattan #DBAE80

RGB

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

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

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

R = 42.03%
G = 33.4%
B = 24.57%

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

#DBAE80 (or 0xDBAE80) is known color: Manhattan. HEX triplet: DB, AE and 80. RGB value is (219,174,128). Sum of RGB (Red+Green+Blue) = 219+174+128=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE80 is #24517F. Grayscale: #B6B6B6. Windows color (decimal): -2380160 or 8433371. OLE color: 8433371.

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

Color convert

RGB 219 174 128 -
CMYK 0 0.21 0.42 0.14
HSL 30.33º 0.56% 0.68% -
HSV(B) 30.33º 0.42% 0.86% -
XYZ 48.25 46.89 26.93 -
YUV 182.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 219 174 128 0 0.21 0.42 0.14 30.33 0.56 0.68
Hex DB AE 80 0 15 2A E 1E 38 44
Octal 333 256 200 0 25 52 16 36 70 104
Binary 11011011 10101110 10000000 0 10101 101010 1110 11110 111000 1000100

Color Harmonies of #DBAE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE80

Black with #DBAE80

Text Example


Text Example

White with #DBAE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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