#D5AC77

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

Shades of Putty #D5AC77

Tints of Putty #D5AC77

Color information

#D5AC77 (or 0xD5AC77) is unknown color: approx Putty. HEX triplet: D5, AC and 77. RGB value is (213,172,119). Sum of RGB (Red+Green+Blue) = 213+172+119=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AC77 is #2A5388. Grayscale: #B2B2B2. Windows color (decimal): -2773897 or 7843029. OLE color: 7843029.

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

Color convert

RGB213172119-
CMYK00.190.440.16
HSL33.83º52.81%65.1%-
HSV(B)33.83º44.13%83.53%-
XYZ45.5244.9823.74-
YUV178.2294.58152.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.26%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 119 (46.88% from 255) = 23.61%
R=42.26%
G=34.13%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317211900.190.440.1633.8352.8165.1
HexD5AC770132C10223541
Octal32525416702354204265101
Binary11010101101011001110111010011101100100001000101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AC77; }

 p { color: rgb(213,172,119); }

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

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

 a { background-color: rgb(213,172,119); }

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

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

 span { border-color: rgb(213,172,119); }

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