Html Css Color HEX #DAAC83 Manhattan

📋 copy color: '#DAAC83'

red 218 ◦ green 172 ◦ blue 131

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

Shades of Manhattan #DAAC83

Tints of Manhattan #DAAC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.14%

R = 41.84%
G = 33.01%
B = 25.14%

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

#DAAC83 (or 0xDAAC83) is known color: Manhattan. HEX triplet: DA, AC and 83. RGB value is (218,172,131). Sum of RGB (Red+Green+Blue) = 218+172+131=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAC83 is #25537C. Grayscale: #B5B5B5. Windows color (decimal): -2446205 or 8629466. OLE color: 8629466.

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

Color convert

RGB 218 172 131 -
CMYK 0 0.21 0.40 0.15
HSL 28.28º 0.54% 0.68% -
HSV(B) 28.28º 0.4% 0.85% -
XYZ 47.76 46.05 27.84 -
YUV 181.08 99.74 154.33 -
System Red Green Blue C M Y K H S L
Decimal 218 172 131 0 0.21 0.40 0.15 28.28 0.54 0.68
Hex DA AC 83 0 15 28 F 1C 36 44
Octal 332 254 203 0 25 50 17 34 66 104
Binary 11011010 10101100 10000011 0 10101 101000 1111 11100 110110 1000100

Color Harmonies of #DAAC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC83

Black with #DAAC83

Text Example


Text Example

White with #DAAC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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