#D4A26F

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

Shades of Putty #D4A26F

Tints of Putty #D4A26F

Color information

#D4A26F (or 0xD4A26F) is unknown color: approx Putty. HEX triplet: D4, A2 and 6F. RGB value is (212,162,111). Sum of RGB (Red+Green+Blue) = 212+162+111=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A26F is #2B5D90. Grayscale: #ABABAB. Windows color (decimal): -2842001 or 7316180. OLE color: 7316180.

HSL color Cylindrical-coordinate representation of color #D4A26F: hue angle of 30.3º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4A26F is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB212162111-
CMYK00.240.480.17
HSL30.3º54.01%63.33%-
HSV(B)30.3º47.64%83.14%-
XYZ42.9440.9920.69-
YUV171.1494.06157.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.71%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 111 (43.75% from 255) = 22.89%
R=43.71%
G=33.40%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216211100.240.480.1730.354.0163.33
HexD4A26F01830111e363f
Octal3242421570306021366677
Binary110101001010001011011110110001100001000111110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A26F; }

 p { color: rgb(212,162,111); }

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

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

 a { background-color: rgb(212,162,111); }

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

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

 span { border-color: rgb(212,162,111); }

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