#D4A86A

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

Shades of Putty #D4A86A

Tints of Putty #D4A86A

Color information

#D4A86A (or 0xD4A86A) is unknown color: approx Putty. HEX triplet: D4, A8 and 6A. RGB value is (212,168,106). Sum of RGB (Red+Green+Blue) = 212+168+106=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A86A is #2B5795. Grayscale: #AEAEAE. Windows color (decimal): -2840470 or 6990036. OLE color: 6990036.

HSL color Cylindrical-coordinate representation of color #D4A86A: hue angle of 35.09º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4A86A is Cyan = 0, Magento = 0.21, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB212168106-
CMYK00.210.50.17
HSL35.09º55.21%62.35%-
HSV(B)35.09º50%83.14%-
XYZ43.7643.0419.64-
YUV174.0989.58155.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.62%
GREEN value IS 168 (66.02% from 255) = 34.57%
BLUE value IS 106 (41.80% from 255) = 21.81%
R=43.62%
G=34.57%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216810600.210.50.1735.0955.2162.35
HexD4A86A015321123373e
Octal3242501520256221436776
Binary1101010010101000110101001010111001010001100011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A86A; }

 p { color: rgb(212,168,106); }

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

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

 a { background-color: rgb(212,168,106); }

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

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

 span { border-color: rgb(212,168,106); }

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