Html Css Color HEX #DAAF77 Manhattan

📋 copy color: '#DAAF77'

red 218 ◦ green 175 ◦ blue 119

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

Shades of Manhattan #DAAF77

Tints of Manhattan #DAAF77

RGB

 RED value IS 218 (85.55% from 255) = 42.58%

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

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

R = 42.58%
G = 34.18%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAAF77 (or 0xDAAF77) is known color: Manhattan. HEX triplet: DA, AF and 77. RGB value is (218,175,119). Sum of RGB (Red+Green+Blue) = 218+175+119=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAF77 is #255088. Grayscale: #B5B5B5. Windows color (decimal): -2445449 or 7843802. OLE color: 7843802.

HSL color Cylindrical-coordinate representation of color #DAAF77: hue angle of 33.94º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAAF77 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 175 119 -
CMYK 0 0.20 0.45 0.15
HSL 33.94º 0.57% 0.66% -
HSV(B) 33.94º 0.45% 0.85% -
XYZ 47.57 46.9 24 -
YUV 181.47 92.75 154.05 -
System Red Green Blue C M Y K H S L
Decimal 218 175 119 0 0.20 0.45 0.15 33.94 0.57 0.66
Hex DA AF 77 0 14 2D F 22 39 42
Octal 332 257 167 0 24 55 17 42 71 102
Binary 11011010 10101111 1110111 0 10100 101101 1111 100010 111001 1000010

Color Harmonies of #DAAF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAF77

Black with #DAAF77

Text Example


Text Example

White with #DAAF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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