#D5AF6C

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

Shades of Putty #D5AF6C

Tints of Putty #D5AF6C

Color information

#D5AF6C (or 0xD5AF6C) is unknown color: approx Putty. HEX triplet: D5, AF and 6C. RGB value is (213,175,108). Sum of RGB (Red+Green+Blue) = 213+175+108=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF6C is #2A5093. Grayscale: #B3B3B3. Windows color (decimal): -2773140 or 7122901. OLE color: 7122901.

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

Color convert

RGB213175108-
CMYK00.180.490.16
HSL38.29º55.56%62.94%-
HSV(B)38.29º49.3%83.53%-
XYZ45.4845.8920.65-
YUV178.7288.09152.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.94%
GREEN value IS 175 (68.75% from 255) = 35.28%
BLUE value IS 108 (42.58% from 255) = 21.77%
R=42.94%
G=35.28%
B=21.77%

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
Decimal21317510800.180.490.1638.2955.5662.94
HexD5AF6C012311026383f
Octal3252571540226120467077
Binary1101010110101111110110001001011000110000100110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AF6C; }

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

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

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

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

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

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

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

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