Html Css Color HEX #DAAE7A Manhattan

📋 copy color: '#DAAE7A'

red 218 ◦ green 174 ◦ blue 122

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

Shades of Manhattan #DAAE7A

Tints of Manhattan #DAAE7A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.85%

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

R = 42.41%
G = 33.85%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DAAE7A (or 0xDAAE7A) is known color: Manhattan. HEX triplet: DA, AE and 7A. RGB value is (218,174,122). Sum of RGB (Red+Green+Blue) = 218+174+122=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAE7A is #255185. Grayscale: #B5B5B5. Windows color (decimal): -2445702 or 8040154. OLE color: 8040154.

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

Color convert

RGB 218 174 122 -
CMYK 0 0.20 0.44 0.15
HSL 32.5º 0.56% 0.67% -
HSV(B) 32.5º 0.44% 0.85% -
XYZ 47.56 46.58 24.9 -
YUV 181.23 94.58 154.23 -
System Red Green Blue C M Y K H S L
Decimal 218 174 122 0 0.20 0.44 0.15 32.5 0.56 0.67
Hex DA AE 7A 0 14 2C F 20 38 43
Octal 332 256 172 0 24 54 17 40 70 103
Binary 11011010 10101110 1111010 0 10100 101100 1111 100000 111000 1000011

Color Harmonies of #DAAE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE7A

Black with #DAAE7A

Text Example


Text Example

White with #DAAE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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