Html Css Color HEX #DAAA78 Manhattan

📋 copy color: '#DAAA78'

red 218 ◦ green 170 ◦ blue 120

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

Shades of Manhattan #DAAA78

Tints of Manhattan #DAAA78

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.46%

 BLUE value IS 120 (47.27% from 255) = 23.62%

R = 42.91%
G = 33.46%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAAA78 (or 0xDAAA78) is known color: Manhattan. HEX triplet: DA, AA and 78. RGB value is (218,170,120). Sum of RGB (Red+Green+Blue) = 218+170+120=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAA78 is #255587. Grayscale: #B2B2B2. Windows color (decimal): -2446728 or 7908058. OLE color: 7908058.

HSL color Cylindrical-coordinate representation of color #DAAA78: hue angle of 30.61º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAAA78 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 170 120 -
CMYK 0 0.22 0.45 0.15
HSL 30.61º 0.57% 0.66% -
HSV(B) 30.61º 0.45% 0.85% -
XYZ 46.68 45.01 24 -
YUV 178.65 94.9 156.07 -
System Red Green Blue C M Y K H S L
Decimal 218 170 120 0 0.22 0.45 0.15 30.61 0.57 0.66
Hex DA AA 78 0 16 2D F 1F 39 42
Octal 332 252 170 0 26 55 17 37 71 102
Binary 11011010 10101010 1111000 0 10110 101101 1111 11111 111001 1000010

Color Harmonies of #DAAA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA78

Black with #DAAA78

Text Example


Text Example

White with #DAAA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA78; }

 p { color: rgb(218,170,120); }

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

background-color css

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

 a { background-color: rgb(218,170,120); }

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

border-color css

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

 span { border-color: rgb(218,170,120); }

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