#D5B66E

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

Shades of Putty #D5B66E

Tints of Putty #D5B66E

Color information

#D5B66E (or 0xD5B66E) is unknown color: approx Putty. HEX triplet: D5, B6 and 6E. RGB value is (213,182,110). Sum of RGB (Red+Green+Blue) = 213+182+110=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B66E is #2A4991. Grayscale: #B7B7B7. Windows color (decimal): -2771346 or 7255765. OLE color: 7255765.

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

Color convert

RGB213182110-
CMYK00.150.480.16
HSL41.94º55.08%63.33%-
HSV(B)41.94º48.36%83.53%-
XYZ46.9848.7321.68-
YUV183.0686.77149.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.18%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 110 (43.36% from 255) = 21.78%
R=42.18%
G=36.04%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318211000.150.480.1641.9455.0863.33
HexD5B66E0F30102a373f
Octal3252661560176020526777
Binary110101011011011011011100111111000010000101010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B66E; }

 p { color: rgb(213,182,110); }

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

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

 a { background-color: rgb(213,182,110); }

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

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

 span { border-color: rgb(213,182,110); }

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