#D6B478

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

Shades of Putty #D6B478

Tints of Putty #D6B478

Color information

#D6B478 (or 0xD6B478) is unknown color: approx Putty. HEX triplet: D6, B4 and 78. RGB value is (214,180,120). Sum of RGB (Red+Green+Blue) = 214+180+120=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B478 is #294B87. Grayscale: #B7B7B7. Windows color (decimal): -2706312 or 7910614. OLE color: 7910614.

HSL color Cylindrical-coordinate representation of color #D6B478: hue angle of 38.3º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6B478 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB214180120-
CMYK00.160.440.16
HSL38.3º53.41%65.49%-
HSV(B)38.3º43.93%83.92%-
XYZ47.4448.2924.59-
YUV183.3392.26149.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.63%
GREEN value IS 180 (70.70% from 255) = 35.02%
BLUE value IS 120 (47.27% from 255) = 23.35%
R=41.63%
G=35.02%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418012000.160.440.1638.353.4165.49
HexD6B4780102C10263541
Octal32626417002054204665101
Binary11010110101101001111000010000101100100001001101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B478; }

 p { color: rgb(214,180,120); }

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

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

 a { background-color: rgb(214,180,120); }

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

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

 span { border-color: rgb(214,180,120); }

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