#D6AE6C

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

Shades of Putty #D6AE6C

Tints of Putty #D6AE6C

Color information

#D6AE6C (or 0xD6AE6C) is unknown color: approx Putty. HEX triplet: D6, AE and 6C. RGB value is (214,174,108). Sum of RGB (Red+Green+Blue) = 214+174+108=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AE6C is #295193. Grayscale: #B2B2B2. Windows color (decimal): -2707860 or 7122646. OLE color: 7122646.

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

Color convert

RGB214174108-
CMYK00.190.500.16
HSL37.36º56.38%63.14%-
HSV(B)37.36º49.53%83.92%-
XYZ45.5745.6520.6-
YUV178.4488.25153.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 108 (42.58% from 255) = 21.77%
R=43.15%
G=35.08%
B=21.77%

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
Decimal21417410800.190.500.1637.3656.3863.14
HexD6AE6C013321025383f
Octal3262561540236220457077
Binary1101011010101110110110001001111001010000100101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AE6C; }

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

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

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

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

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

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

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

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