Html Css Color HEX #DBAD84 Manhattan

📋 copy color: '#DBAD84'

red 219 ◦ green 173 ◦ blue 132

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

Shades of Manhattan #DBAD84

Tints of Manhattan #DBAD84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.19%

R = 41.79%
G = 33.02%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DBAD84 (or 0xDBAD84) is known color: Manhattan. HEX triplet: DB, AD and 84. RGB value is (219,173,132). Sum of RGB (Red+Green+Blue) = 219+173+132=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAD84 is #24527B. Grayscale: #B6B6B6. Windows color (decimal): -2380412 or 8695259. OLE color: 8695259.

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

Color convert

RGB 219 173 132 -
CMYK 0 0.21 0.40 0.14
HSL 28.28º 0.55% 0.69% -
HSV(B) 28.28º 0.4% 0.86% -
XYZ 48.32 46.61 28.28 -
YUV 182.08 99.74 154.33 -
System Red Green Blue C M Y K H S L
Decimal 219 173 132 0 0.21 0.40 0.14 28.28 0.55 0.69
Hex DB AD 84 0 15 28 E 1C 37 45
Octal 333 255 204 0 25 50 16 34 67 105
Binary 11011011 10101101 10000100 0 10101 101000 1110 11100 110111 1000101

Color Harmonies of #DBAD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD84

Black with #DBAD84

Text Example


Text Example

White with #DBAD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD84; }

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

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

background-color css

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

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

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

border-color css

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

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

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