#D5B16F

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

Shades of Putty #D5B16F

Tints of Putty #D5B16F

Color information

#D5B16F (or 0xD5B16F) is unknown color: approx Putty. HEX triplet: D5, B1 and 6F. RGB value is (213,177,111). Sum of RGB (Red+Green+Blue) = 213+177+111=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B16F is #2A4E90. Grayscale: #B4B4B4. Windows color (decimal): -2772625 or 7320021. OLE color: 7320021.

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

Color convert

RGB213177111-
CMYK00.170.480.16
HSL38.82º54.84%63.53%-
HSV(B)38.82º47.89%83.53%-
XYZ46.0346.7421.63-
YUV180.2488.93151.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.51%
GREEN value IS 177 (69.53% from 255) = 35.33%
BLUE value IS 111 (43.75% from 255) = 22.16%
R=42.51%
G=35.33%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317711100.170.480.1638.8254.8463.53
HexD5B16F0113010273740
Octal32526115702160204767100
Binary11010101101100011101111010001110000100001001111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B16F; }

 p { color: rgb(213,177,111); }

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

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

 a { background-color: rgb(213,177,111); }

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

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

 span { border-color: rgb(213,177,111); }

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