Html Css Color HEX #D9AB6E Putty

📋 copy color: '#D9AB6E'

red 217 ◦ green 171 ◦ blue 110

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

Shades of Putty #D9AB6E

Tints of Putty #D9AB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.09%

R = 43.57%
G = 34.34%
B = 22.09%

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

#D9AB6E (or 0xD9AB6E) is known color: Putty. HEX triplet: D9, AB and 6E. RGB value is (217,171,110). Sum of RGB (Red+Green+Blue) = 217+171+110=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AB6E is #265491. Grayscale: #B2B2B2. Windows color (decimal): -2512018 or 7252953. OLE color: 7252953.

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

Color convert

RGB 217 171 110 -
CMYK 0 0.21 0.49 0.15
HSL 34.21º 0.58% 0.64% -
HSV(B) 34.21º 0.49% 0.85% -
XYZ 45.99 45 21.01 -
YUV 177.8 89.74 155.96 -
System Red Green Blue C M Y K H S L
Decimal 217 171 110 0 0.21 0.49 0.15 34.21 0.58 0.64
Hex D9 AB 6E 0 15 31 F 22 3A 40
Octal 331 253 156 0 25 61 17 42 72 100
Binary 11011001 10101011 1101110 0 10101 110001 1111 100010 111010 1000000

Color Harmonies of #D9AB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AB6E

Black with #D9AB6E

Text Example


Text Example

White with #D9AB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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