Html Css Color HEX #DAAD80 Manhattan

📋 copy color: '#DAAD80'

red 218 ◦ green 173 ◦ blue 128

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

Shades of Manhattan #DAAD80

Tints of Manhattan #DAAD80

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.33%

 BLUE value IS 128 (50.39% from 255) = 24.66%

R = 42%
G = 33.33%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DAAD80 (or 0xDAAD80) is known color: Manhattan. HEX triplet: DA, AD and 80. RGB value is (218,173,128). Sum of RGB (Red+Green+Blue) = 218+173+128=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAD80 is #25527F. Grayscale: #B5B5B5. Windows color (decimal): -2445952 or 8433114. OLE color: 8433114.

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

Color convert

RGB 218 173 128 -
CMYK 0 0.21 0.41 0.15
HSL 30º 0.55% 0.68% -
HSV(B) 30º 0.41% 0.85% -
XYZ 47.75 46.35 26.85 -
YUV 181.33 97.91 154.16 -
System Red Green Blue C M Y K H S L
Decimal 218 173 128 0 0.21 0.41 0.15 30 0.55 0.68
Hex DA AD 80 0 15 29 F 1E 37 44
Octal 332 255 200 0 25 51 17 36 67 104
Binary 11011010 10101101 10000000 0 10101 101001 1111 11110 110111 1000100

Color Harmonies of #DAAD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAD80

Black with #DAAD80

Text Example


Text Example

White with #DAAD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAD80; }

 p { color: rgb(218,173,128); }

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

background-color css

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

 a { background-color: rgb(218,173,128); }

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

border-color css

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

 span { border-color: rgb(218,173,128); }

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