#D5AB75

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

Shades of Putty #D5AB75

Tints of Putty #D5AB75

Color information

#D5AB75 (or 0xD5AB75) is unknown color: approx Putty. HEX triplet: D5, AB and 75. RGB value is (213,171,117). Sum of RGB (Red+Green+Blue) = 213+171+117=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB75 is #2A548A. Grayscale: #B1B1B1. Windows color (decimal): -2774155 or 7711701. OLE color: 7711701.

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

Color convert

RGB213171117-
CMYK00.200.450.16
HSL33.75º53.33%64.71%-
HSV(B)33.75º45.07%83.53%-
XYZ45.2144.5623.05-
YUV177.493.91153.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 117 (46.09% from 255) = 23.35%
R=42.51%
G=34.13%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317111700.200.450.1633.7553.3364.71
HexD5AB750142D10223541
Octal32525316502455204265101
Binary11010101101010111110101010100101101100001000101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AB75; }

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

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

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

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

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

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

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

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