Html Css Color HEX #D9AB6F Putty

📋 copy color: '#D9AB6F'

red 217 ◦ green 171 ◦ blue 111

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

Shades of Putty #D9AB6F

Tints of Putty #D9AB6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.24%

R = 43.49%
G = 34.27%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9AB6F (or 0xD9AB6F) is known color: Putty. HEX triplet: D9, AB and 6F. RGB value is (217,171,111). Sum of RGB (Red+Green+Blue) = 217+171+111=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB6F is #265490. Grayscale: #B2B2B2. Windows color (decimal): -2512017 or 7318489. OLE color: 7318489.

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

Color convert

RGB 217 171 111 -
CMYK 0 0.21 0.49 0.15
HSL 33.96º 0.58% 0.64% -
HSV(B) 33.96º 0.49% 0.85% -
XYZ 46.05 45.03 21.3 -
YUV 177.91 90.24 155.88 -
System Red Green Blue C M Y K H S L
Decimal 217 171 111 0 0.21 0.49 0.15 33.96 0.58 0.64
Hex D9 AB 6F 0 15 31 F 22 3A 40
Octal 331 253 157 0 25 61 17 42 72 100
Binary 11011001 10101011 1101111 0 10101 110001 1111 100010 111010 1000000

Color Harmonies of #D9AB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB6F

Black with #D9AB6F

Text Example


Text Example

White with #D9AB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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