Html Css Color HEX #DAAE7B Manhattan

📋 copy color: '#DAAE7B'

red 218 ◦ green 174 ◦ blue 123

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

Shades of Manhattan #DAAE7B

Tints of Manhattan #DAAE7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.88%

R = 42.33%
G = 33.79%
B = 23.88%

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

#DAAE7B (or 0xDAAE7B) is known color: Manhattan. HEX triplet: DA, AE and 7B. RGB value is (218,174,123). Sum of RGB (Red+Green+Blue) = 218+174+123=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAE7B is #255184. Grayscale: #B5B5B5. Windows color (decimal): -2445701 or 8105690. OLE color: 8105690.

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

Color convert

RGB 218 174 123 -
CMYK 0 0.20 0.44 0.15
HSL 32.21º 0.56% 0.67% -
HSV(B) 32.21º 0.44% 0.85% -
XYZ 47.62 46.61 25.22 -
YUV 181.34 95.08 154.15 -
System Red Green Blue C M Y K H S L
Decimal 218 174 123 0 0.20 0.44 0.15 32.21 0.56 0.67
Hex DA AE 7B 0 14 2C F 20 38 43
Octal 332 256 173 0 24 54 17 40 70 103
Binary 11011010 10101110 1111011 0 10100 101100 1111 100000 111000 1000011

Color Harmonies of #DAAE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE7B

Black with #DAAE7B

Text Example


Text Example

White with #DAAE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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