Html Css Color HEX #DAAC78 Manhattan

📋 copy color: '#DAAC78'

red 218 ◦ green 172 ◦ blue 120

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

Shades of Manhattan #DAAC78

Tints of Manhattan #DAAC78

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.73%

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

R = 42.75%
G = 33.73%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAAC78 (or 0xDAAC78) is known color: Manhattan. HEX triplet: DA, AC and 78. RGB value is (218,172,120). Sum of RGB (Red+Green+Blue) = 218+172+120=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC78 is #255387. Grayscale: #B4B4B4. Windows color (decimal): -2446216 or 7908570. OLE color: 7908570.

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

Color convert

RGB 218 172 120 -
CMYK 0 0.21 0.45 0.15
HSL 31.84º 0.57% 0.66% -
HSV(B) 31.84º 0.45% 0.85% -
XYZ 47.06 45.77 24.12 -
YUV 179.83 94.24 155.23 -
System Red Green Blue C M Y K H S L
Decimal 218 172 120 0 0.21 0.45 0.15 31.84 0.57 0.66
Hex DA AC 78 0 15 2D F 20 39 42
Octal 332 254 170 0 25 55 17 40 71 102
Binary 11011010 10101100 1111000 0 10101 101101 1111 100000 111001 1000010

Color Harmonies of #DAAC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC78

Black with #DAAC78

Text Example


Text Example

White with #DAAC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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