Html Css Color HEX #DBAD7D Manhattan

📋 copy color: '#DBAD7D'

red 219 ◦ green 173 ◦ blue 125

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

Shades of Manhattan #DBAD7D

Tints of Manhattan #DBAD7D

RGB

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

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

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

R = 42.36%
G = 33.46%
B = 24.18%

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

#DBAD7D (or 0xDBAD7D) is known color: Manhattan. HEX triplet: DB, AD and 7D. RGB value is (219,173,125). Sum of RGB (Red+Green+Blue) = 219+173+125=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD7D is #245282. Grayscale: #B5B5B5. Windows color (decimal): -2380419 or 8236507. OLE color: 8236507.

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

Color convert

RGB 219 173 125 -
CMYK 0 0.21 0.43 0.14
HSL 30.64º 0.57% 0.67% -
HSV(B) 30.64º 0.43% 0.86% -
XYZ 47.86 46.43 25.84 -
YUV 181.28 96.24 154.9 -
System Red Green Blue C M Y K H S L
Decimal 219 173 125 0 0.21 0.43 0.14 30.64 0.57 0.67
Hex DB AD 7D 0 15 2B E 1F 39 43
Octal 333 255 175 0 25 53 16 37 71 103
Binary 11011011 10101101 1111101 0 10101 101011 1110 11111 111001 1000011

Color Harmonies of #DBAD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD7D

Black with #DBAD7D

Text Example


Text Example

White with #DBAD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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