Html Css Color HEX #DBAB72 Manhattan

📋 copy color: '#DBAB72'

red 219 ◦ green 171 ◦ blue 114

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

Shades of Manhattan #DBAB72

Tints of Manhattan #DBAB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.62%

R = 43.45%
G = 33.93%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DBAB72 (or 0xDBAB72) is known color: Manhattan. HEX triplet: DB, AB and 72. RGB value is (219,171,114). Sum of RGB (Red+Green+Blue) = 219+171+114=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB72 is #24548D. Grayscale: #B3B3B3. Windows color (decimal): -2380942 or 7515099. OLE color: 7515099.

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

Color convert

RGB 219 171 114 -
CMYK 0 0.22 0.48 0.14
HSL 32.57º 0.59% 0.65% -
HSV(B) 32.57º 0.48% 0.86% -
XYZ 46.81 45.4 22.22 -
YUV 178.85 91.4 156.63 -
System Red Green Blue C M Y K H S L
Decimal 219 171 114 0 0.22 0.48 0.14 32.57 0.59 0.65
Hex DB AB 72 0 16 30 E 21 3B 41
Octal 333 253 162 0 26 60 16 41 73 101
Binary 11011011 10101011 1110010 0 10110 110000 1110 100001 111011 1000001

Color Harmonies of #DBAB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB72

Black with #DBAB72

Text Example


Text Example

White with #DBAB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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