#D6AE74

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

Shades of Putty #D6AE74

Tints of Putty #D6AE74

Color information

#D6AE74 (or 0xD6AE74) is unknown color: approx Putty. HEX triplet: D6, AE and 74. RGB value is (214,174,116). Sum of RGB (Red+Green+Blue) = 214+174+116=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AE74 is #29518B. Grayscale: #B3B3B3. Windows color (decimal): -2707852 or 7646934. OLE color: 7646934.

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

Color convert

RGB214174116-
CMYK00.190.460.16
HSL35.51º54.44%64.71%-
HSV(B)35.51º45.79%83.92%-
XYZ46.0245.8322.94-
YUV179.3592.25152.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.46%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 116 (45.70% from 255) = 23.02%
R=42.46%
G=34.52%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417411600.190.460.1635.5154.4464.71
HexD6AE740132E10243641
Octal32625616402356204466101
Binary11010110101011101110100010011101110100001001001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AE74; }

 p { color: rgb(214,174,116); }

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

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

 a { background-color: rgb(214,174,116); }

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

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

 span { border-color: rgb(214,174,116); }

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