Html Css Color HEX #DBAF77 Manhattan

📋 copy color: '#DBAF77'

red 219 ◦ green 175 ◦ blue 119

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

Shades of Manhattan #DBAF77

Tints of Manhattan #DBAF77

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.11%

 BLUE value IS 119 (46.88% from 255) = 23.2%

R = 42.69%
G = 34.11%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DBAF77 (or 0xDBAF77) is known color: Manhattan. HEX triplet: DB, AF and 77. RGB value is (219,175,119). Sum of RGB (Red+Green+Blue) = 219+175+119=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAF77 is #245088. Grayscale: #B6B6B6. Windows color (decimal): -2379913 or 7843803. OLE color: 7843803.

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

Color convert

RGB 219 175 119 -
CMYK 0 0.20 0.46 0.14
HSL 33.6º 0.58% 0.66% -
HSV(B) 33.6º 0.46% 0.86% -
XYZ 47.87 47.05 24.01 -
YUV 181.77 92.58 154.55 -
System Red Green Blue C M Y K H S L
Decimal 219 175 119 0 0.20 0.46 0.14 33.6 0.58 0.66
Hex DB AF 77 0 14 2E E 22 3A 42
Octal 333 257 167 0 24 56 16 42 72 102
Binary 11011011 10101111 1110111 0 10100 101110 1110 100010 111010 1000010

Color Harmonies of #DBAF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF77

Black with #DBAF77

Text Example


Text Example

White with #DBAF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF77; }

 p { color: rgb(219,175,119); }

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

background-color css

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

 a { background-color: rgb(219,175,119); }

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

border-color css

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

 span { border-color: rgb(219,175,119); }

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