#D6AD6A

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

Shades of Putty #D6AD6A

Tints of Putty #D6AD6A

Color information

#D6AD6A (or 0xD6AD6A) is unknown color: approx Putty. HEX triplet: D6, AD and 6A. RGB value is (214,173,106). Sum of RGB (Red+Green+Blue) = 214+173+106=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD6A is #295295. Grayscale: #B1B1B1. Windows color (decimal): -2708118 or 6991318. OLE color: 6991318.

HSL color Cylindrical-coordinate representation of color #D6AD6A: hue angle of 37.22º 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 #D6AD6A is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB214173106-
CMYK00.190.500.16
HSL37.22º56.84%62.75%-
HSV(B)37.22º50.47%83.92%-
XYZ45.2845.2219.98-
YUV177.6287.58153.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 173 (67.97% from 255) = 35.09%
BLUE value IS 106 (41.80% from 255) = 21.50%
R=43.41%
G=35.09%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417310600.190.500.1637.2256.8462.75
HexD6AD6A013321025393f
Octal3262551520236220457177
Binary1101011010101101110101001001111001010000100101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AD6A; }

 p { color: rgb(214,173,106); }

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

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

 a { background-color: rgb(214,173,106); }

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

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

 span { border-color: rgb(214,173,106); }

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