Html Css Color HEX #DAAC80 Manhattan

📋 copy color: '#DAAC80'

red 218 ◦ green 172 ◦ blue 128

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

Shades of Manhattan #DAAC80

Tints of Manhattan #DAAC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.71%

R = 42.08%
G = 33.2%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DAAC80 (or 0xDAAC80) is known color: Manhattan. HEX triplet: DA, AC and 80. RGB value is (218,172,128). Sum of RGB (Red+Green+Blue) = 218+172+128=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAC80 is #25537F. Grayscale: #B4B4B4. Windows color (decimal): -2446208 or 8432858. OLE color: 8432858.

HSL color Cylindrical-coordinate representation of color #DAAC80: hue angle of 29.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DAAC80 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 172 128 -
CMYK 0 0.21 0.41 0.15
HSL 29.33º 0.55% 0.68% -
HSV(B) 29.33º 0.41% 0.85% -
XYZ 47.56 45.97 26.79 -
YUV 180.74 98.24 154.58 -
System Red Green Blue C M Y K H S L
Decimal 218 172 128 0 0.21 0.41 0.15 29.33 0.55 0.68
Hex DA AC 80 0 15 29 F 1D 37 44
Octal 332 254 200 0 25 51 17 35 67 104
Binary 11011010 10101100 10000000 0 10101 101001 1111 11101 110111 1000100

Color Harmonies of #DAAC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC80

Black with #DAAC80

Text Example


Text Example

White with #DAAC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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