Html Css Color HEX #D1AF6C Putty

📋 copy color: '#D1AF6C'

red 209 ◦ green 175 ◦ blue 108

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

Shades of Putty #D1AF6C

Tints of Putty #D1AF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.95%

R = 42.48%
G = 35.57%
B = 21.95%

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

#D1AF6C (or 0xD1AF6C) is known color: Putty. HEX triplet: D1, AF and 6C. RGB value is (209,175,108). Sum of RGB (Red+Green+Blue) = 209+175+108=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AF6C is #2E5093. Grayscale: #B1B1B1. Windows color (decimal): -3035284 or 7122897. OLE color: 7122897.

HSL color Cylindrical-coordinate representation of color #D1AF6C: hue angle of 39.8º 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 #D1AF6C is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 175 108 -
CMYK 0 0.16 0.48 0.18
HSL 39.8º 0.52% 0.62% -
HSV(B) 39.8º 0.48% 0.82% -
XYZ 44.33 45.3 20.59 -
YUV 177.53 88.76 150.45 -
System Red Green Blue C M Y K H S L
Decimal 209 175 108 0 0.16 0.48 0.18 39.8 0.52 0.62
Hex D1 AF 6C 0 10 30 12 28 34 3E
Octal 321 257 154 0 20 60 22 50 64 76
Binary 11010001 10101111 1101100 0 10000 110000 10010 101000 110100 111110

Color Harmonies of #D1AF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF6C

Black with #D1AF6C

Text Example


Text Example

White with #D1AF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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