#D6AF6C

Color #D6AF6C Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #D6AF6C

Tints of Putty #D6AF6C

Color information

#D6AF6C (or 0xD6AF6C) is unknown color: approx Putty. HEX triplet: D6, AF and 6C. RGB value is (214,175,108). Sum of RGB (Red+Green+Blue) = 214+175+108=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AF6C is #295093. Grayscale: #B3B3B3. Windows color (decimal): -2707604 or 7122902. OLE color: 7122902.

HSL color Cylindrical-coordinate representation of color #D6AF6C: hue angle of 37.92º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6AF6C is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB214175108-
CMYK00.180.500.16
HSL37.92º56.38%63.14%-
HSV(B)37.92º49.53%83.92%-
XYZ45.7746.0420.66-
YUV179.0287.92152.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.06%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 108 (42.58% from 255) = 21.73%
R=43.06%
G=35.21%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417510800.180.500.1637.9256.3863.14
HexD6AF6C012321026383f
Octal3262571540226220467077
Binary1101011010101111110110001001011001010000100110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AF6C; }

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

 H1.HeaderClassName
 {
   color: #D6AF6C;
 }
 .AnyTagClassName
 {
   color: #D6AF6C;
 }
</style>
background-color css

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

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

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

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

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

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