Html Css Color HEX #DBAD82 Manhattan

📋 copy color: '#DBAD82'

red 219 ◦ green 173 ◦ blue 130

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

Shades of Manhattan #DBAD82

Tints of Manhattan #DBAD82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.9%

R = 41.95%
G = 33.14%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DBAD82 (or 0xDBAD82) is known color: Manhattan. HEX triplet: DB, AD and 82. RGB value is (219,173,130). Sum of RGB (Red+Green+Blue) = 219+173+130=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD82 is #24527D. Grayscale: #B6B6B6. Windows color (decimal): -2380414 or 8564187. OLE color: 8564187.

HSL color Cylindrical-coordinate representation of color #DBAD82: hue angle of 28.99º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBAD82 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 173 130 -
CMYK 0 0.21 0.41 0.14
HSL 28.99º 0.55% 0.68% -
HSV(B) 28.99º 0.41% 0.86% -
XYZ 48.19 46.56 27.57 -
YUV 181.85 98.74 154.5 -
System Red Green Blue C M Y K H S L
Decimal 219 173 130 0 0.21 0.41 0.14 28.99 0.55 0.68
Hex DB AD 82 0 15 29 E 1D 37 44
Octal 333 255 202 0 25 51 16 35 67 104
Binary 11011011 10101101 10000010 0 10101 101001 1110 11101 110111 1000100

Color Harmonies of #DBAD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD82

Black with #DBAD82

Text Example


Text Example

White with #DBAD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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