Html Css Color HEX #DAAC84 Manhattan

📋 copy color: '#DAAC84'

red 218 ◦ green 172 ◦ blue 132

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

Shades of Manhattan #DAAC84

Tints of Manhattan #DAAC84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.29%

R = 41.76%
G = 32.95%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DAAC84 (or 0xDAAC84) is known color: Manhattan. HEX triplet: DA, AC and 84. RGB value is (218,172,132). Sum of RGB (Red+Green+Blue) = 218+172+132=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAC84 is #25537B. Grayscale: #B5B5B5. Windows color (decimal): -2446204 or 8695002. OLE color: 8695002.

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

Color convert

RGB 218 172 132 -
CMYK 0 0.21 0.39 0.15
HSL 27.91º 0.54% 0.69% -
HSV(B) 27.91º 0.39% 0.85% -
XYZ 47.83 46.08 28.2 -
YUV 181.19 100.24 154.25 -
System Red Green Blue C M Y K H S L
Decimal 218 172 132 0 0.21 0.39 0.15 27.91 0.54 0.69
Hex DA AC 84 0 15 27 F 1C 36 45
Octal 332 254 204 0 25 47 17 34 66 105
Binary 11011010 10101100 10000100 0 10101 100111 1111 11100 110110 1000101

Color Harmonies of #DAAC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC84

Black with #DAAC84

Text Example


Text Example

White with #DAAC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC84; }

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

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

background-color css

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

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

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

border-color css

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

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

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