#D6A969

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

Shades of Putty #D6A969

Tints of Putty #D6A969

Color information

#D6A969 (or 0xD6A969) is unknown color: approx Putty. HEX triplet: D6, A9 and 69. RGB value is (214,169,105). Sum of RGB (Red+Green+Blue) = 214+169+105=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A969 is #295696. Grayscale: #AFAFAF. Windows color (decimal): -2709143 or 6924758. OLE color: 6924758.

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

Color convert

RGB214169105-
CMYK00.210.510.16
HSL35.23º57.07%62.55%-
HSV(B)35.23º50.93%83.92%-
XYZ44.4743.6919.45-
YUV175.1688.41155.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.85%
GREEN value IS 169 (66.41% from 255) = 34.63%
BLUE value IS 105 (41.41% from 255) = 21.52%
R=43.85%
G=34.63%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416910500.210.510.1635.2357.0762.55
HexD6A969015331023393f
Octal3262511510256320437177
Binary1101011010101001110100101010111001110000100011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A969; }

 p { color: rgb(214,169,105); }

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

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

 a { background-color: rgb(214,169,105); }

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

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

 span { border-color: rgb(214,169,105); }

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