#D6A26D

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

Shades of Putty #D6A26D

Tints of Putty #D6A26D

Color information

#D6A26D (or 0xD6A26D) is unknown color: approx Putty. HEX triplet: D6, A2 and 6D. RGB value is (214,162,109). Sum of RGB (Red+Green+Blue) = 214+162+109=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A26D is #295D92. Grayscale: #ABABAB. Windows color (decimal): -2710931 or 7185110. OLE color: 7185110.

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

Color convert

RGB214162109-
CMYK00.240.490.16
HSL30.29º56.15%63.33%-
HSV(B)30.29º49.07%83.92%-
XYZ43.4141.2420.14-
YUV171.5192.73158.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.12%
GREEN value IS 162 (63.67% from 255) = 33.40%
BLUE value IS 109 (42.97% from 255) = 22.47%
R=44.12%
G=33.40%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416210900.240.490.1630.2956.1563.33
HexD6A26D01831101e383f
Octal3262421550306120367077
Binary110101101010001011011010110001100011000011110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A26D; }

 p { color: rgb(214,162,109); }

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

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

 a { background-color: rgb(214,162,109); }

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

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

 span { border-color: rgb(214,162,109); }

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