Html Css Color HEX #D9AF6F Putty

📋 copy color: '#D9AF6F'

red 217 ◦ green 175 ◦ blue 111

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

Shades of Putty #D9AF6F

Tints of Putty #D9AF6F

RGB

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

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

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

R = 43.14%
G = 34.79%
B = 22.07%

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

#D9AF6F (or 0xD9AF6F) is known color: Putty. HEX triplet: D9, AF and 6F. RGB value is (217,175,111). Sum of RGB (Red+Green+Blue) = 217+175+111=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF6F is #265090. Grayscale: #B4B4B4. Windows color (decimal): -2510993 or 7319513. OLE color: 7319513.

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

Color convert

RGB 217 175 111 -
CMYK 0 0.19 0.49 0.15
HSL 36.23º 0.58% 0.64% -
HSV(B) 36.23º 0.49% 0.85% -
XYZ 46.81 46.56 21.56 -
YUV 180.26 88.91 154.2 -
System Red Green Blue C M Y K H S L
Decimal 217 175 111 0 0.19 0.49 0.15 36.23 0.58 0.64
Hex D9 AF 6F 0 13 31 F 24 3A 40
Octal 331 257 157 0 23 61 17 44 72 100
Binary 11011001 10101111 1101111 0 10011 110001 1111 100100 111010 1000000

Color Harmonies of #D9AF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF6F

Black with #D9AF6F

Text Example


Text Example

White with #D9AF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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