Html Css Color HEX #DAAC74 Manhattan

📋 copy color: '#DAAC74'

red 218 ◦ green 172 ◦ blue 116

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

Shades of Manhattan #DAAC74

Tints of Manhattan #DAAC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.92%

R = 43.08%
G = 33.99%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAAC74 (or 0xDAAC74) is known color: Manhattan. HEX triplet: DA, AC and 74. RGB value is (218,172,116). Sum of RGB (Red+Green+Blue) = 218+172+116=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC74 is #25538B. Grayscale: #B3B3B3. Windows color (decimal): -2446220 or 7646426. OLE color: 7646426.

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

Color convert

RGB 218 172 116 -
CMYK 0 0.21 0.47 0.15
HSL 32.94º 0.58% 0.65% -
HSV(B) 32.94º 0.47% 0.85% -
XYZ 46.82 45.67 22.87 -
YUV 179.37 92.24 155.55 -
System Red Green Blue C M Y K H S L
Decimal 218 172 116 0 0.21 0.47 0.15 32.94 0.58 0.65
Hex DA AC 74 0 15 2F F 21 3A 41
Octal 332 254 164 0 25 57 17 41 72 101
Binary 11011010 10101100 1110100 0 10101 101111 1111 100001 111010 1000001

Color Harmonies of #DAAC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC74

Black with #DAAC74

Text Example


Text Example

White with #DAAC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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