#D7AB6C

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

Shades of Putty #D7AB6C

Tints of Putty #D7AB6C

Color information

#D7AB6C (or 0xD7AB6C) is unknown color: approx Putty. HEX triplet: D7, AB and 6C. RGB value is (215,171,108). Sum of RGB (Red+Green+Blue) = 215+171+108=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AB6C is #285493. Grayscale: #B1B1B1. Windows color (decimal): -2643092 or 7121879. OLE color: 7121879.

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

Color convert

RGB215171108-
CMYK00.200.500.16
HSL35.33º57.22%63.33%-
HSV(B)35.33º49.77%84.31%-
XYZ45.2944.6620.42-
YUV176.9789.08155.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.52%
GREEN value IS 171 (67.19% from 255) = 34.62%
BLUE value IS 108 (42.58% from 255) = 21.86%
R=43.52%
G=34.62%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517110800.200.500.1635.3357.2263.33
HexD7AB6C014321023393f
Octal3272531540246220437177
Binary1101011110101011110110001010011001010000100011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AB6C; }

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

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

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

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

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

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

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

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