Html Css Color HEX #DAAC77 Manhattan

📋 copy color: '#DAAC77'

red 218 ◦ green 172 ◦ blue 119

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

Shades of Manhattan #DAAC77

Tints of Manhattan #DAAC77

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.79%

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

R = 42.83%
G = 33.79%
B = 23.38%

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

#DAAC77 (or 0xDAAC77) is known color: Manhattan. HEX triplet: DA, AC and 77. RGB value is (218,172,119). Sum of RGB (Red+Green+Blue) = 218+172+119=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC77 is #255388. Grayscale: #B3B3B3. Windows color (decimal): -2446217 or 7843034. OLE color: 7843034.

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

Color convert

RGB 218 172 119 -
CMYK 0 0.21 0.45 0.15
HSL 32.12º 0.57% 0.66% -
HSV(B) 32.12º 0.45% 0.85% -
XYZ 47 45.74 23.8 -
YUV 179.71 93.74 155.31 -
System Red Green Blue C M Y K H S L
Decimal 218 172 119 0 0.21 0.45 0.15 32.12 0.57 0.66
Hex DA AC 77 0 15 2D F 20 39 42
Octal 332 254 167 0 25 55 17 40 71 102
Binary 11011010 10101100 1110111 0 10101 101101 1111 100000 111001 1000010

Color Harmonies of #DAAC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC77

Black with #DAAC77

Text Example


Text Example

White with #DAAC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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