#D8B36F

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

Shades of Putty #D8B36F

Tints of Putty #D8B36F

Color information

#D8B36F (or 0xD8B36F) is unknown color: approx Putty. HEX triplet: D8, B3 and 6F. RGB value is (216,179,111). Sum of RGB (Red+Green+Blue) = 216+179+111=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B36F is #274C90. Grayscale: #B6B6B6. Windows color (decimal): -2575505 or 7320536. OLE color: 7320536.

HSL color Cylindrical-coordinate representation of color #D8B36F: hue angle of 38.86º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8B36F is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB216179111-
CMYK00.170.490.15
HSL38.86º57.38%64.12%-
HSV(B)38.86º48.61%84.71%-
XYZ47.3147.9921.81-
YUV182.3187.76152.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.69%
GREEN value IS 179 (70.31% from 255) = 35.38%
BLUE value IS 111 (43.75% from 255) = 21.94%
R=42.69%
G=35.38%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617911100.170.490.1538.8657.3864.12
HexD8B36F01131F273940
Octal33026315702161174771100
Binary1101100010110011110111101000111000111111001111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B36F; }

 p { color: rgb(216,179,111); }

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

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

 a { background-color: rgb(216,179,111); }

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

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

 span { border-color: rgb(216,179,111); }

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