Html Css Color HEX #DAAC82 Manhattan

📋 copy color: '#DAAC82'

red 218 ◦ green 172 ◦ blue 130

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

Shades of Manhattan #DAAC82

Tints of Manhattan #DAAC82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25%

R = 41.92%
G = 33.08%
B = 25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DAAC82 (or 0xDAAC82) is known color: Manhattan. HEX triplet: DA, AC and 82. RGB value is (218,172,130). Sum of RGB (Red+Green+Blue) = 218+172+130=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAC82 is #25537D. Grayscale: #B5B5B5. Windows color (decimal): -2446206 or 8563930. OLE color: 8563930.

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

Color convert

RGB 218 172 130 -
CMYK 0 0.21 0.40 0.15
HSL 28.64º 0.54% 0.68% -
HSV(B) 28.64º 0.4% 0.85% -
XYZ 47.7 46.02 27.49 -
YUV 180.97 99.24 154.42 -
System Red Green Blue C M Y K H S L
Decimal 218 172 130 0 0.21 0.40 0.15 28.64 0.54 0.68
Hex DA AC 82 0 15 28 F 1D 36 44
Octal 332 254 202 0 25 50 17 35 66 104
Binary 11011010 10101100 10000010 0 10101 101000 1111 11101 110110 1000100

Color Harmonies of #DAAC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC82

Black with #DAAC82

Text Example


Text Example

White with #DAAC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC82; }

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

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

background-color css

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

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

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

border-color css

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

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

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