#D5AB74

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

Shades of Putty #D5AB74

Tints of Putty #D5AB74

Color information

#D5AB74 (or 0xD5AB74) is unknown color: approx Putty. HEX triplet: D5, AB and 74. RGB value is (213,171,116). Sum of RGB (Red+Green+Blue) = 213+171+116=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB74 is #2A548B. Grayscale: #B1B1B1. Windows color (decimal): -2774156 or 7646165. OLE color: 7646165.

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

Color convert

RGB213171116-
CMYK00.200.460.16
HSL34.02º53.59%64.51%-
HSV(B)34.02º45.54%83.53%-
XYZ45.1644.5322.74-
YUV177.2993.41153.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.6%
GREEN value IS 171 (67.19% from 255) = 34.2%
BLUE value IS 116 (45.70% from 255) = 23.2%
R=42.6%
G=34.2%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317111600.200.460.1634.0253.5964.51
HexD5AB740142E10223641
Octal32525316402456204266101
Binary11010101101010111110100010100101110100001000101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AB74; }

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

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

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

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

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

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

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

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