#D5AE6C

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

Shades of Putty #D5AE6C

Tints of Putty #D5AE6C

Color information

#D5AE6C (or 0xD5AE6C) is unknown color: approx Putty. HEX triplet: D5, AE and 6C. RGB value is (213,174,108). Sum of RGB (Red+Green+Blue) = 213+174+108=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AE6C is #2A5193. Grayscale: #B2B2B2. Windows color (decimal): -2773396 or 7122645. OLE color: 7122645.

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

Color convert

RGB213174108-
CMYK00.180.490.16
HSL37.71º55.56%62.94%-
HSV(B)37.71º49.3%83.53%-
XYZ45.2845.520.58-
YUV178.1488.42152.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.03%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 108 (42.58% from 255) = 21.82%
R=43.03%
G=35.15%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317410800.180.490.1637.7155.5662.94
HexD5AE6C012311026383f
Octal3252561540226120467077
Binary1101010110101110110110001001011000110000100110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AE6C; }

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

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

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

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

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

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

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

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