#D6AD6F

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

Shades of Putty #D6AD6F

Tints of Putty #D6AD6F

Color information

#D6AD6F (or 0xD6AD6F) is unknown color: approx Putty. HEX triplet: D6, AD and 6F. RGB value is (214,173,111). Sum of RGB (Red+Green+Blue) = 214+173+111=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD6F is #295290. Grayscale: #B2B2B2. Windows color (decimal): -2708113 or 7318998. OLE color: 7318998.

HSL color Cylindrical-coordinate representation of color #D6AD6F: hue angle of 36.12º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6AD6F is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB214173111-
CMYK00.190.480.16
HSL36.12º55.68%63.73%-
HSV(B)36.12º48.13%83.92%-
XYZ45.5445.3321.39-
YUV178.1990.08153.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.97%
GREEN value IS 173 (67.97% from 255) = 34.74%
BLUE value IS 111 (43.75% from 255) = 22.29%
R=42.97%
G=34.74%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417311100.190.480.1636.1255.6863.73
HexD6AD6F0133010243840
Octal32625515702360204470100
Binary11010110101011011101111010011110000100001001001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AD6F; }

 p { color: rgb(214,173,111); }

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

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

 a { background-color: rgb(214,173,111); }

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

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

 span { border-color: rgb(214,173,111); }

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