#D7AB6D

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

Shades of Putty #D7AB6D

Tints of Putty #D7AB6D

Color information

#D7AB6D (or 0xD7AB6D) is unknown color: approx Putty. HEX triplet: D7, AB and 6D. RGB value is (215,171,109). Sum of RGB (Red+Green+Blue) = 215+171+109=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AB6D is #285492. Grayscale: #B1B1B1. Windows color (decimal): -2643091 or 7187415. OLE color: 7187415.

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

Color convert

RGB215171109-
CMYK00.200.490.16
HSL35.09º56.99%63.53%-
HSV(B)35.09º49.3%84.31%-
XYZ45.3544.6820.7-
YUV177.0989.58155.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.43%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 109 (42.97% from 255) = 22.02%
R=43.43%
G=34.55%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517110900.200.490.1635.0956.9963.53
HexD7AB6D0143110233940
Octal32725315502461204371100
Binary11010111101010111101101010100110001100001000111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AB6D; }

 p { color: rgb(215,171,109); }

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

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

 a { background-color: rgb(215,171,109); }

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

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

 span { border-color: rgb(215,171,109); }

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