Html Css Color HEX #DBAD75 Manhattan

📋 copy color: '#DBAD75'

red 219 ◦ green 173 ◦ blue 117

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

Shades of Manhattan #DBAD75

Tints of Manhattan #DBAD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.99%

R = 43.03%
G = 33.99%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DBAD75 (or 0xDBAD75) is known color: Manhattan. HEX triplet: DB, AD and 75. RGB value is (219,173,117). Sum of RGB (Red+Green+Blue) = 219+173+117=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAD75 is #24528A. Grayscale: #B4B4B4. Windows color (decimal): -2380427 or 7712219. OLE color: 7712219.

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

Color convert

RGB 219 173 117 -
CMYK 0 0.21 0.47 0.14
HSL 32.94º 0.59% 0.66% -
HSV(B) 32.94º 0.47% 0.86% -
XYZ 47.37 46.23 23.26 -
YUV 180.37 92.24 155.55 -
System Red Green Blue C M Y K H S L
Decimal 219 173 117 0 0.21 0.47 0.14 32.94 0.59 0.66
Hex DB AD 75 0 15 2F E 21 3B 42
Octal 333 255 165 0 25 57 16 41 73 102
Binary 11011011 10101101 1110101 0 10101 101111 1110 100001 111011 1000010

Color Harmonies of #DBAD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD75

Black with #DBAD75

Text Example


Text Example

White with #DBAD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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