Html Css Color HEX #DAAB73 Manhattan

📋 copy color: '#DAAB73'

red 218 ◦ green 171 ◦ blue 115

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

Shades of Manhattan #DAAB73

Tints of Manhattan #DAAB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.82%

R = 43.25%
G = 33.93%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAAB73 (or 0xDAAB73) is known color: Manhattan. HEX triplet: DA, AB and 73. RGB value is (218,171,115). Sum of RGB (Red+Green+Blue) = 218+171+115=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAB73 is #25548C. Grayscale: #B2B2B2. Windows color (decimal): -2446477 or 7580634. OLE color: 7580634.

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

Color convert

RGB 218 171 115 -
CMYK 0 0.22 0.47 0.15
HSL 32.62º 0.58% 0.65% -
HSV(B) 32.62º 0.47% 0.85% -
XYZ 46.57 45.27 22.5 -
YUV 178.67 92.07 156.05 -
System Red Green Blue C M Y K H S L
Decimal 218 171 115 0 0.22 0.47 0.15 32.62 0.58 0.65
Hex DA AB 73 0 16 2F F 21 3A 41
Octal 332 253 163 0 26 57 17 41 72 101
Binary 11011010 10101011 1110011 0 10110 101111 1111 100001 111010 1000001

Color Harmonies of #DAAB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAB73

Black with #DAAB73

Text Example


Text Example

White with #DAAB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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