#D5AB6F

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

Shades of Putty #D5AB6F

Tints of Putty #D5AB6F

Color information

#D5AB6F (or 0xD5AB6F) is unknown color: approx Putty. HEX triplet: D5, AB and 6F. RGB value is (213,171,111). Sum of RGB (Red+Green+Blue) = 213+171+111=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB6F is #2A5490. Grayscale: #B1B1B1. Windows color (decimal): -2774161 or 7318485. OLE color: 7318485.

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

Color convert

RGB213171111-
CMYK00.200.480.16
HSL35.29º54.84%63.53%-
HSV(B)35.29º47.89%83.53%-
XYZ44.8744.4221.25-
YUV176.7290.91153.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.03%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 111 (43.75% from 255) = 22.42%
R=43.03%
G=34.55%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317111100.200.480.1635.2954.8463.53
HexD5AB6F0143010233740
Octal32525315702460204367100
Binary11010101101010111101111010100110000100001000111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AB6F; }

 p { color: rgb(213,171,111); }

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

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

 a { background-color: rgb(213,171,111); }

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

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

 span { border-color: rgb(213,171,111); }

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