#d4b473

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

Shades of Putty #D4B473

Tints of Putty #D4B473

Color information

#D4B473 (or 0xD4B473) is unknown color: approx Putty. HEX triplet: D4, B4 and 73. RGB value is (212,180,115). Sum of RGB (Red+Green+Blue) = 212+180+115=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B473 is #2B4B8C. Grayscale: #B6B6B6. Windows color (decimal): -2837389 or 7582932. OLE color: 7582932.

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

Color convert

RGB212180115-
CMYK00.150.460.17
HSL40.21º53.01%64.12%-
HSV(B)40.21º45.75%83.14%-
XYZ46.5747.8823.01-
YUV182.1690.1149.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.81%
GREEN value IS 180 (70.70% from 255) = 35.50%
BLUE value IS 115 (45.31% from 255) = 22.68%
R=41.81%
G=35.50%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218011500.150.460.1740.2153.0164.12
HexD4B4730F2E11283540
Octal32426416301756215065100
Binary1101010010110100111001101111101110100011010001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4b473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4b473; }

 p { color: rgb(212,180,115); }

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

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

 a { background-color: rgb(212,180,115); }

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

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

 span { border-color: rgb(212,180,115); }

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