Html Css Color HEX #D9AB74 Manhattan

📋 copy color: '#D9AB74'

red 217 ◦ green 171 ◦ blue 116

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

Shades of Manhattan #D9AB74

Tints of Manhattan #D9AB74

RGB

 RED value IS 217 (85.16% from 255) = 43.06%

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

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

R = 43.06%
G = 33.93%
B = 23.02%

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

#D9AB74 (or 0xD9AB74) is known color: Manhattan. HEX triplet: D9, AB and 74. RGB value is (217,171,116). Sum of RGB (Red+Green+Blue) = 217+171+116=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB74 is #26548B. Grayscale: #B2B2B2. Windows color (decimal): -2512012 or 7646169. OLE color: 7646169.

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

Color convert

RGB 217 171 116 -
CMYK 0 0.21 0.47 0.15
HSL 32.67º 0.57% 0.65% -
HSV(B) 32.67º 0.47% 0.85% -
XYZ 46.33 45.14 22.79 -
YUV 178.48 92.74 155.47 -
System Red Green Blue C M Y K H S L
Decimal 217 171 116 0 0.21 0.47 0.15 32.67 0.57 0.65
Hex D9 AB 74 0 15 2F F 21 39 41
Octal 331 253 164 0 25 57 17 41 71 101
Binary 11011001 10101011 1110100 0 10101 101111 1111 100001 111001 1000001

Color Harmonies of #D9AB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB74

Black with #D9AB74

Text Example


Text Example

White with #D9AB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB74; }

 p { color: rgb(217,171,116); }

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

background-color css

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

 a { background-color: rgb(217,171,116); }

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

border-color css

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

 span { border-color: rgb(217,171,116); }

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