#D5A969

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

Shades of Putty #D5A969

Tints of Putty #D5A969

Color information

#D5A969 (or 0xD5A969) is unknown color: approx Putty. HEX triplet: D5, A9 and 69. RGB value is (213,169,105). Sum of RGB (Red+Green+Blue) = 213+169+105=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A969 is #2A5696. Grayscale: #AFAFAF. Windows color (decimal): -2774679 or 6924757. OLE color: 6924757.

HSL color Cylindrical-coordinate representation of color #D5A969: hue angle of 35.56º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5A969 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB213169105-
CMYK00.210.510.16
HSL35.56º56.25%62.35%-
HSV(B)35.56º50.7%83.53%-
XYZ44.1843.5419.44-
YUV174.8688.58155.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.74%
GREEN value IS 169 (66.41% from 255) = 34.70%
BLUE value IS 105 (41.41% from 255) = 21.56%
R=43.74%
G=34.70%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316910500.210.510.1635.5656.2562.35
HexD5A969015331024383e
Octal3252511510256320447076
Binary1101010110101001110100101010111001110000100100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A969; }

 p { color: rgb(213,169,105); }

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

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

 a { background-color: rgb(213,169,105); }

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

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

 span { border-color: rgb(213,169,105); }

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