Html Css Color HEX #D1AF73 Putty

📋 copy color: '#D1AF73'

red 209 ◦ green 175 ◦ blue 115

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

Shades of Putty #D1AF73

Tints of Putty #D1AF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.05%

R = 41.88%
G = 35.07%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D1AF73 (or 0xD1AF73) is known color: Putty. HEX triplet: D1, AF and 73. RGB value is (209,175,115). Sum of RGB (Red+Green+Blue) = 209+175+115=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AF73 is #2E508C. Grayscale: #B2B2B2. Windows color (decimal): -3035277 or 7581649. OLE color: 7581649.

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

Color convert

RGB 209 175 115 -
CMYK 0 0.16 0.45 0.18
HSL 38.3º 0.51% 0.64% -
HSV(B) 38.3º 0.45% 0.82% -
XYZ 44.72 45.45 22.64 -
YUV 178.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 209 175 115 0 0.16 0.45 0.18 38.3 0.51 0.64
Hex D1 AF 73 0 10 2D 12 26 33 40
Octal 321 257 163 0 20 55 22 46 63 100
Binary 11010001 10101111 1110011 0 10000 101101 10010 100110 110011 1000000

Color Harmonies of #D1AF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF73

Black with #D1AF73

Text Example


Text Example

White with #D1AF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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