Html Css Color HEX #DBAB75 Manhattan

📋 copy color: '#DBAB75'

red 219 ◦ green 171 ◦ blue 117

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

Shades of Manhattan #DBAB75

Tints of Manhattan #DBAB75

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.73%

 BLUE value IS 117 (46.09% from 255) = 23.08%

R = 43.2%
G = 33.73%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBAB75 (or 0xDBAB75) is known color: Manhattan. HEX triplet: DB, AB and 75. RGB value is (219,171,117). Sum of RGB (Red+Green+Blue) = 219+171+117=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB75 is #24548A. Grayscale: #B3B3B3. Windows color (decimal): -2380939 or 7711707. OLE color: 7711707.

HSL color Cylindrical-coordinate representation of color #DBAB75: hue angle of 31.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBAB75 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 171 117 -
CMYK 0 0.22 0.47 0.14
HSL 31.76º 0.59% 0.66% -
HSV(B) 31.76º 0.47% 0.86% -
XYZ 46.99 45.47 23.13 -
YUV 179.2 92.9 156.39 -
System Red Green Blue C M Y K H S L
Decimal 219 171 117 0 0.22 0.47 0.14 31.76 0.59 0.66
Hex DB AB 75 0 16 2F E 20 3B 42
Octal 333 253 165 0 26 57 16 40 73 102
Binary 11011011 10101011 1110101 0 10110 101111 1110 100000 111011 1000010

Color Harmonies of #DBAB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB75

Black with #DBAB75

Text Example


Text Example

White with #DBAB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB75; }

 p { color: rgb(219,171,117); }

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

background-color css

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

 a { background-color: rgb(219,171,117); }

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

border-color css

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

 span { border-color: rgb(219,171,117); }

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