Html Css Color HEX #DBAD7C Manhattan

📋 copy color: '#DBAD7C'

red 219 ◦ green 173 ◦ blue 124

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

Shades of Manhattan #DBAD7C

Tints of Manhattan #DBAD7C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.53%

 BLUE value IS 124 (48.83% from 255) = 24.03%

R = 42.44%
G = 33.53%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DBAD7C (or 0xDBAD7C) is known color: Manhattan. HEX triplet: DB, AD and 7C. RGB value is (219,173,124). Sum of RGB (Red+Green+Blue) = 219+173+124=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD7C is #245283. Grayscale: #B5B5B5. Windows color (decimal): -2380420 or 8170971. OLE color: 8170971.

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

Color convert

RGB 219 173 124 -
CMYK 0 0.21 0.43 0.14
HSL 30.95º 0.57% 0.67% -
HSV(B) 30.95º 0.43% 0.86% -
XYZ 47.8 46.4 25.51 -
YUV 181.17 95.74 154.98 -
System Red Green Blue C M Y K H S L
Decimal 219 173 124 0 0.21 0.43 0.14 30.95 0.57 0.67
Hex DB AD 7C 0 15 2B E 1F 39 43
Octal 333 255 174 0 25 53 16 37 71 103
Binary 11011011 10101101 1111100 0 10101 101011 1110 11111 111001 1000011

Color Harmonies of #DBAD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD7C

Black with #DBAD7C

Text Example


Text Example

White with #DBAD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD7C; }

 p { color: rgb(219,173,124); }

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

background-color css

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

 a { background-color: rgb(219,173,124); }

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

border-color css

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

 span { border-color: rgb(219,173,124); }

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