#D1B67A

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

Shades of Putty #D1B67A

Tints of Putty #D1B67A

Color information

#D1B67A (or 0xD1B67A) is unknown color: approx Putty. HEX triplet: D1, B6 and 7A. RGB value is (209,182,122). Sum of RGB (Red+Green+Blue) = 209+182+122=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B67A is #2E4985. Grayscale: #B7B7B7. Windows color (decimal): -3033478 or 8042193. OLE color: 8042193.

HSL color Cylindrical-coordinate representation of color #D1B67A: hue angle of 41.38º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1B67A is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB209182122-
CMYK00.130.420.18
HSL41.38º48.6%64.9%-
HSV(B)41.38º41.63%81.96%-
XYZ46.5448.4225.3-
YUV183.2393.45146.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.74%
GREEN value IS 182 (71.48% from 255) = 35.48%
BLUE value IS 122 (48.05% from 255) = 23.78%
R=40.74%
G=35.48%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918212200.130.420.1841.3848.664.9
HexD1B67A0D2A12293141
Octal32126617201552225161101
Binary1101000110110110111101001101101010100101010011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B67A; }

 p { color: rgb(209,182,122); }

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

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

 a { background-color: rgb(209,182,122); }

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

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

 span { border-color: rgb(209,182,122); }

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