#D4B671

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

Shades of Putty #D4B671

Tints of Putty #D4B671

Color information

#D4B671 (or 0xD4B671) is unknown color: approx Putty. HEX triplet: D4, B6 and 71. RGB value is (212,182,113). Sum of RGB (Red+Green+Blue) = 212+182+113=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B671 is #2B498E. Grayscale: #B7B7B7. Windows color (decimal): -2836879 or 7452372. OLE color: 7452372.

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

Color convert

RGB212182113-
CMYK00.140.470.17
HSL41.82º53.51%63.73%-
HSV(B)41.82º46.7%83.14%-
XYZ46.8648.6522.54-
YUV183.188.44148.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.81%
GREEN value IS 182 (71.48% from 255) = 35.90%
BLUE value IS 113 (44.53% from 255) = 22.29%
R=41.81%
G=35.90%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218211300.140.470.1741.8253.5163.73
HexD4B6710E2F112a3640
Octal32426616101657215266100
Binary1101010010110110111000101110101111100011010101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B671; }

 p { color: rgb(212,182,113); }

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

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

 a { background-color: rgb(212,182,113); }

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

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

 span { border-color: rgb(212,182,113); }

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