Html Css Color HEX #DAAC7A Manhattan

📋 copy color: '#DAAC7A'

red 218 ◦ green 172 ◦ blue 122

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

Shades of Manhattan #DAAC7A

Tints of Manhattan #DAAC7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.83%

R = 42.58%
G = 33.59%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DAAC7A (or 0xDAAC7A) is known color: Manhattan. HEX triplet: DA, AC and 7A. RGB value is (218,172,122). Sum of RGB (Red+Green+Blue) = 218+172+122=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC7A is #255385. Grayscale: #B4B4B4. Windows color (decimal): -2446214 or 8039642. OLE color: 8039642.

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

Color convert

RGB 218 172 122 -
CMYK 0 0.21 0.44 0.15
HSL 31.25º 0.56% 0.67% -
HSV(B) 31.25º 0.44% 0.85% -
XYZ 47.18 45.82 24.77 -
YUV 180.05 95.24 155.07 -
System Red Green Blue C M Y K H S L
Decimal 218 172 122 0 0.21 0.44 0.15 31.25 0.56 0.67
Hex DA AC 7A 0 15 2C F 1F 38 43
Octal 332 254 172 0 25 54 17 37 70 103
Binary 11011010 10101100 1111010 0 10101 101100 1111 11111 111000 1000011

Color Harmonies of #DAAC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC7A

Black with #DAAC7A

Text Example


Text Example

White with #DAAC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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