#D7B26F

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

Shades of Putty #D7B26F

Tints of Putty #D7B26F

Color information

#D7B26F (or 0xD7B26F) is unknown color: approx Putty. HEX triplet: D7, B2 and 6F. RGB value is (215,178,111). Sum of RGB (Red+Green+Blue) = 215+178+111=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B26F is #284D90. Grayscale: #B5B5B5. Windows color (decimal): -2641297 or 7320279. OLE color: 7320279.

HSL color Cylindrical-coordinate representation of color #D7B26F: hue angle of 38.65º degrees, saturation: 0.57, 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 #D7B26F is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB215178111-
CMYK00.170.480.16
HSL38.65º56.52%63.92%-
HSV(B)38.65º48.37%84.31%-
XYZ46.8147.4421.73-
YUV181.4288.26151.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.66%
GREEN value IS 178 (69.92% from 255) = 35.32%
BLUE value IS 111 (43.75% from 255) = 22.02%
R=42.66%
G=35.32%
B=22.02%

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
Decimal21517811100.170.480.1638.6556.5263.92
HexD7B26F0113010273940
Octal32726215702160204771100
Binary11010111101100101101111010001110000100001001111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B26F; }

 p { color: rgb(215,178,111); }

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

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

 a { background-color: rgb(215,178,111); }

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

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

 span { border-color: rgb(215,178,111); }

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