Html Css Color HEX #DAAC7C Manhattan

📋 copy color: '#DAAC7C'

red 218 ◦ green 172 ◦ blue 124

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

Shades of Manhattan #DAAC7C

Tints of Manhattan #DAAC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.12%

R = 42.41%
G = 33.46%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DAAC7C (or 0xDAAC7C) is known color: Manhattan. HEX triplet: DA, AC and 7C. RGB value is (218,172,124). Sum of RGB (Red+Green+Blue) = 218+172+124=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 124 (48.83% from 255 or 24.12% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC7C is #255383. Grayscale: #B4B4B4. Windows color (decimal): -2446212 or 8170714. OLE color: 8170714.

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

Color convert

RGB 218 172 124 -
CMYK 0 0.21 0.43 0.15
HSL 30.64º 0.56% 0.67% -
HSV(B) 30.64º 0.43% 0.85% -
XYZ 47.3 45.87 25.43 -
YUV 180.28 96.24 154.9 -
System Red Green Blue C M Y K H S L
Decimal 218 172 124 0 0.21 0.43 0.15 30.64 0.56 0.67
Hex DA AC 7C 0 15 2B F 1F 38 43
Octal 332 254 174 0 25 53 17 37 70 103
Binary 11011010 10101100 1111100 0 10101 101011 1111 11111 111000 1000011

Color Harmonies of #DAAC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC7C

Black with #DAAC7C

Text Example


Text Example

White with #DAAC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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