Html Css Color HEX #D9AF6E Putty

📋 copy color: '#D9AF6E'

red 217 ◦ green 175 ◦ blue 110

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

Shades of Putty #D9AF6E

Tints of Putty #D9AF6E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.86%

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

R = 43.23%
G = 34.86%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9AF6E (or 0xD9AF6E) is known color: Putty. HEX triplet: D9, AF and 6E. RGB value is (217,175,110). Sum of RGB (Red+Green+Blue) = 217+175+110=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF6E is #265091. Grayscale: #B4B4B4. Windows color (decimal): -2510994 or 7253977. OLE color: 7253977.

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

Color convert

RGB 217 175 110 -
CMYK 0 0.19 0.49 0.15
HSL 36.45º 0.58% 0.64% -
HSV(B) 36.45º 0.49% 0.85% -
XYZ 46.76 46.54 21.27 -
YUV 180.15 88.41 154.29 -
System Red Green Blue C M Y K H S L
Decimal 217 175 110 0 0.19 0.49 0.15 36.45 0.58 0.64
Hex D9 AF 6E 0 13 31 F 24 3A 40
Octal 331 257 156 0 23 61 17 44 72 100
Binary 11011001 10101111 1101110 0 10011 110001 1111 100100 111010 1000000

Color Harmonies of #D9AF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF6E

Black with #D9AF6E

Text Example


Text Example

White with #D9AF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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