#D6AD6C

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

Shades of Putty #D6AD6C

Tints of Putty #D6AD6C

Color information

#D6AD6C (or 0xD6AD6C) is unknown color: approx Putty. HEX triplet: D6, AD and 6C. RGB value is (214,173,108). Sum of RGB (Red+Green+Blue) = 214+173+108=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD6C is #295293. Grayscale: #B2B2B2. Windows color (decimal): -2708116 or 7122390. OLE color: 7122390.

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

Color convert

RGB214173108-
CMYK00.190.500.16
HSL36.79º56.38%63.14%-
HSV(B)36.79º49.53%83.92%-
XYZ45.3845.2720.53-
YUV177.8588.58153.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.23%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 108 (42.58% from 255) = 21.82%
R=43.23%
G=34.95%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417310800.190.500.1636.7956.3863.14
HexD6AD6C013321025383f
Octal3262551540236220457077
Binary1101011010101101110110001001111001010000100101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AD6C; }

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

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

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

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

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

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

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

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