#D5A26E

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

Shades of Putty #D5A26E

Tints of Putty #D5A26E

Color information

#D5A26E (or 0xD5A26E) is unknown color: approx Putty. HEX triplet: D5, A2 and 6E. RGB value is (213,162,110). Sum of RGB (Red+Green+Blue) = 213+162+110=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A26E is #2A5D91. Grayscale: #ABABAB. Windows color (decimal): -2776466 or 7250645. OLE color: 7250645.

HSL color Cylindrical-coordinate representation of color #D5A26E: hue angle of 30.29º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5A26E is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB213162110-
CMYK00.240.480.16
HSL30.29º55.08%63.33%-
HSV(B)30.29º48.36%83.53%-
XYZ43.1841.1120.41-
YUV171.3293.4157.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.92%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 110 (43.36% from 255) = 22.68%
R=43.92%
G=33.40%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316211000.240.480.1630.2955.0863.33
HexD5A26E01830101e373f
Octal3252421560306020366777
Binary110101011010001011011100110001100001000011110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A26E; }

 p { color: rgb(213,162,110); }

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

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

 a { background-color: rgb(213,162,110); }

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

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

 span { border-color: rgb(213,162,110); }

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