#D2AE6C

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

Shades of Putty #D2AE6C

Tints of Putty #D2AE6C

Color information

#D2AE6C (or 0xD2AE6C) is unknown color: approx Putty. HEX triplet: D2, AE and 6C. RGB value is (210,174,108). Sum of RGB (Red+Green+Blue) = 210+174+108=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AE6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AE6C is #2D5193. Grayscale: #B1B1B1. Windows color (decimal): -2970004 or 7122642. OLE color: 7122642.

HSL color Cylindrical-coordinate representation of color #D2AE6C: hue angle of 38.82º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2AE6C is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB210174108-
CMYK00.170.490.18
HSL38.82º53.12%62.35%-
HSV(B)38.82º48.57%82.35%-
XYZ44.4245.0620.54-
YUV177.2488.93151.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.68%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 108 (42.58% from 255) = 21.95%
R=42.68%
G=35.37%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017410800.170.490.1838.8253.1262.35
HexD2AE6C011311227353e
Octal3222561540216122476576
Binary1101001010101110110110001000111000110010100111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AE6C; }

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

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

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

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

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

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

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

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