#D6AD6D

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

Shades of Putty #D6AD6D

Tints of Putty #D6AD6D

Color information

#D6AD6D (or 0xD6AD6D) is unknown color: approx Putty. HEX triplet: D6, AD and 6D. RGB value is (214,173,109). Sum of RGB (Red+Green+Blue) = 214+173+109=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD6D is #295292. Grayscale: #B2B2B2. Windows color (decimal): -2708115 or 7187926. OLE color: 7187926.

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

Color convert

RGB214173109-
CMYK00.190.490.16
HSL36.57º56.15%63.33%-
HSV(B)36.57º49.07%83.92%-
XYZ45.4445.2920.81-
YUV177.9689.08153.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 173 (67.97% from 255) = 34.88%
BLUE value IS 109 (42.97% from 255) = 21.98%
R=43.15%
G=34.88%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417310900.190.490.1636.5756.1563.33
HexD6AD6D013311025383f
Octal3262551550236120457077
Binary1101011010101101110110101001111000110000100101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AD6D; }

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

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

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

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

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

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

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

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