Html Css Color HEX #DBAB7D Manhattan

📋 copy color: '#DBAB7D'

red 219 ◦ green 171 ◦ blue 125

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

Shades of Manhattan #DBAB7D

Tints of Manhattan #DBAB7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.27%

R = 42.52%
G = 33.2%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DBAB7D (or 0xDBAB7D) is known color: Manhattan. HEX triplet: DB, AB and 7D. RGB value is (219,171,125). Sum of RGB (Red+Green+Blue) = 219+171+125=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAB7D is #245482. Grayscale: #B4B4B4. Windows color (decimal): -2380931 or 8235995. OLE color: 8235995.

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

Color convert

RGB 219 171 125 -
CMYK 0 0.22 0.43 0.14
HSL 29.36º 0.57% 0.67% -
HSV(B) 29.36º 0.43% 0.86% -
XYZ 47.48 45.67 25.71 -
YUV 180.11 96.9 155.74 -
System Red Green Blue C M Y K H S L
Decimal 219 171 125 0 0.22 0.43 0.14 29.36 0.57 0.67
Hex DB AB 7D 0 16 2B E 1D 39 43
Octal 333 253 175 0 26 53 16 35 71 103
Binary 11011011 10101011 1111101 0 10110 101011 1110 11101 111001 1000011

Color Harmonies of #DBAB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB7D

Black with #DBAB7D

Text Example


Text Example

White with #DBAB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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