Html Css Color HEX #D9AB75 Manhattan

📋 copy color: '#D9AB75'

red 217 ◦ green 171 ◦ blue 117

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

Shades of Manhattan #D9AB75

Tints of Manhattan #D9AB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.17%

R = 42.97%
G = 33.86%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D9AB75 (or 0xD9AB75) is known color: Manhattan. HEX triplet: D9, AB and 75. RGB value is (217,171,117). Sum of RGB (Red+Green+Blue) = 217+171+117=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB75 is #26548A. Grayscale: #B2B2B2. Windows color (decimal): -2512011 or 7711705. OLE color: 7711705.

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

Color convert

RGB 217 171 117 -
CMYK 0 0.21 0.46 0.15
HSL 32.4º 0.57% 0.65% -
HSV(B) 32.4º 0.46% 0.85% -
XYZ 46.39 45.16 23.1 -
YUV 178.6 93.24 155.39 -
System Red Green Blue C M Y K H S L
Decimal 217 171 117 0 0.21 0.46 0.15 32.4 0.57 0.65
Hex D9 AB 75 0 15 2E F 20 39 41
Octal 331 253 165 0 25 56 17 40 71 101
Binary 11011001 10101011 1110101 0 10101 101110 1111 100000 111001 1000001

Color Harmonies of #D9AB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB75

Black with #D9AB75

Text Example


Text Example

White with #D9AB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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