Html Css Color HEX #DAAB80 Manhattan

📋 copy color: '#DAAB80'

red 218 ◦ green 171 ◦ blue 128

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

Shades of Manhattan #DAAB80

Tints of Manhattan #DAAB80

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.08%

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

R = 42.17%
G = 33.08%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DAAB80 (or 0xDAAB80) is known color: Manhattan. HEX triplet: DA, AB and 80. RGB value is (218,171,128). Sum of RGB (Red+Green+Blue) = 218+171+128=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAB80 is #25547F. Grayscale: #B4B4B4. Windows color (decimal): -2446464 or 8432602. OLE color: 8432602.

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

Color convert

RGB 218 171 128 -
CMYK 0 0.22 0.41 0.15
HSL 28.67º 0.55% 0.68% -
HSV(B) 28.67º 0.41% 0.85% -
XYZ 47.37 45.59 26.72 -
YUV 180.15 98.57 155 -
System Red Green Blue C M Y K H S L
Decimal 218 171 128 0 0.22 0.41 0.15 28.67 0.55 0.68
Hex DA AB 80 0 16 29 F 1D 37 44
Octal 332 253 200 0 26 51 17 35 67 104
Binary 11011010 10101011 10000000 0 10110 101001 1111 11101 110111 1000100

Color Harmonies of #DAAB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAB80

Black with #DAAB80

Text Example


Text Example

White with #DAAB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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