#DBAE81

Color #DBAE81 Manhattan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manhattan #DBAE81

Tints of Manhattan #DBAE81

Color information

#DBAE81 (or 0xDBAE81) is unknown color: approx Manhattan. HEX triplet: DB, AE and 81. RGB value is (219,174,129). Sum of RGB (Red+Green+Blue) = 219+174+129=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE81 is #24517E. Grayscale: #B6B6B6. Windows color (decimal): -2380159 or 8498907. OLE color: 8498907.

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

Color convert

RGB219174129-
CMYK00.210.410.14
HSL30º55.56%68.24%-
HSV(B)30º41.1%85.88%-
XYZ48.3146.9227.28-
YUV182.3297.91154.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.95%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 129 (50.78% from 255) = 24.71%
R=41.95%
G=33.33%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917412900.210.410.143055.5668.24
HexDBAE8101529E1e3844
Octal33325620102551163670104
Binary1101101110101110100000010101011010011110111101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAE81; }

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

 H1.HeaderClassName
 {
   color: #DBAE81;
 }
 .AnyTagClassName
 {
   color: #DBAE81;
 }
</style>
background-color css

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

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

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

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

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

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