Html Css Color HEX #DAAD77 Manhattan

📋 copy color: '#DAAD77'

red 218 ◦ green 173 ◦ blue 119

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

Shades of Manhattan #DAAD77

Tints of Manhattan #DAAD77

RGB

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

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

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

R = 42.75%
G = 33.92%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAAD77 (or 0xDAAD77) is known color: Manhattan. HEX triplet: DA, AD and 77. RGB value is (218,173,119). Sum of RGB (Red+Green+Blue) = 218+173+119=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAD77 is #255288. Grayscale: #B4B4B4. Windows color (decimal): -2445961 or 7843290. OLE color: 7843290.

HSL color Cylindrical-coordinate representation of color #DAAD77: hue angle of 32.73º 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 #DAAD77 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 173 119 -
CMYK 0 0.21 0.45 0.15
HSL 32.73º 0.57% 0.66% -
HSV(B) 32.73º 0.45% 0.85% -
XYZ 47.19 46.12 23.87 -
YUV 180.3 93.41 154.89 -
System Red Green Blue C M Y K H S L
Decimal 218 173 119 0 0.21 0.45 0.15 32.73 0.57 0.66
Hex DA AD 77 0 15 2D F 21 39 42
Octal 332 255 167 0 25 55 17 41 71 102
Binary 11011010 10101101 1110111 0 10101 101101 1111 100001 111001 1000010

Color Harmonies of #DAAD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAD77

Black with #DAAD77

Text Example


Text Example

White with #DAAD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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