#DBAF81

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

Shades of Manhattan #DBAF81

Tints of Manhattan #DBAF81

Color information

#DBAF81 (or 0xDBAF81) is unknown color: approx Manhattan. HEX triplet: DB, AF and 81. RGB value is (219,175,129). Sum of RGB (Red+Green+Blue) = 219+175+129=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 129 (50.78% from 255 or 24.67% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF81 is #24507E. Grayscale: #B7B7B7. Windows color (decimal): -2379903 or 8499163. OLE color: 8499163.

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

Color convert

RGB219175129-
CMYK00.200.410.14
HSL30.67º55.56%68.24%-
HSV(B)30.67º41.1%85.88%-
XYZ48.5147.327.34-
YUV182.9197.58153.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.87%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 129 (50.78% from 255) = 24.67%
R=41.87%
G=33.46%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917512900.200.410.1430.6755.5668.24
HexDBAF8101429E1f3844
Octal33325720102451163770104
Binary1101101110101111100000010101001010011110111111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAF81; }

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

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

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

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

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

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

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

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