Html Css Color HEX #DAAE7D Manhattan

📋 copy color: '#DAAE7D'

red 218 ◦ green 174 ◦ blue 125

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

Shades of Manhattan #DAAE7D

Tints of Manhattan #DAAE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.18%

R = 42.17%
G = 33.66%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DAAE7D (or 0xDAAE7D) is known color: Manhattan. HEX triplet: DA, AE and 7D. RGB value is (218,174,125). Sum of RGB (Red+Green+Blue) = 218+174+125=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAE7D is #255182. Grayscale: #B5B5B5. Windows color (decimal): -2445699 or 8236762. OLE color: 8236762.

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

Color convert

RGB 218 174 125 -
CMYK 0 0.20 0.43 0.15
HSL 31.61º 0.56% 0.67% -
HSV(B) 31.61º 0.43% 0.85% -
XYZ 47.75 46.66 25.89 -
YUV 181.57 96.08 153.98 -
System Red Green Blue C M Y K H S L
Decimal 218 174 125 0 0.20 0.43 0.15 31.61 0.56 0.67
Hex DA AE 7D 0 14 2B F 20 38 43
Octal 332 256 175 0 24 53 17 40 70 103
Binary 11011010 10101110 1111101 0 10100 101011 1111 100000 111000 1000011

Color Harmonies of #DAAE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAE7D

Black with #DAAE7D

Text Example


Text Example

White with #DAAE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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