Html Css Color HEX #D1AF6D Putty

📋 copy color: '#D1AF6D'

red 209 ◦ green 175 ◦ blue 109

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

Shades of Putty #D1AF6D

Tints of Putty #D1AF6D

RGB

 RED value IS 209 (82.03% from 255) = 42.39%

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

 BLUE value IS 109 (42.97% from 255) = 22.11%

R = 42.39%
G = 35.5%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1AF6D (or 0xD1AF6D) is known color: Putty. HEX triplet: D1, AF and 6D. RGB value is (209,175,109). Sum of RGB (Red+Green+Blue) = 209+175+109=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AF6D is #2E5092. Grayscale: #B1B1B1. Windows color (decimal): -3035283 or 7188433. OLE color: 7188433.

HSL color Cylindrical-coordinate representation of color #D1AF6D: hue angle of 39.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1AF6D is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 175 109 -
CMYK 0 0.16 0.48 0.18
HSL 39.6º 0.52% 0.62% -
HSV(B) 39.6º 0.48% 0.82% -
XYZ 44.38 45.32 20.88 -
YUV 177.64 89.26 150.37 -
System Red Green Blue C M Y K H S L
Decimal 209 175 109 0 0.16 0.48 0.18 39.6 0.52 0.62
Hex D1 AF 6D 0 10 30 12 28 34 3E
Octal 321 257 155 0 20 60 22 50 64 76
Binary 11010001 10101111 1101101 0 10000 110000 10010 101000 110100 111110

Color Harmonies of #D1AF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF6D

Black with #D1AF6D

Text Example


Text Example

White with #D1AF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF6D; }

 p { color: rgb(209,175,109); }

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

background-color css

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

 a { background-color: rgb(209,175,109); }

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

border-color css

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

 span { border-color: rgb(209,175,109); }

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