#D4B975

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

Shades of Putty #D4B975

Tints of Putty #D4B975

Color information

#D4B975 (or 0xD4B975) is unknown color: approx Putty. HEX triplet: D4, B9 and 75. RGB value is (212,185,117). Sum of RGB (Red+Green+Blue) = 212+185+117=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B975 is #2B468A. Grayscale: #B9B9B9. Windows color (decimal): -2836107 or 7715284. OLE color: 7715284.

HSL color Cylindrical-coordinate representation of color #D4B975: hue angle of 42.95º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4B975 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB212185117-
CMYK00.130.450.17
HSL42.95º52.49%64.51%-
HSV(B)42.95º44.81%83.14%-
XYZ47.7149.9823.96-
YUV185.3289.45147.03-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.25%
GREEN value IS 185 (72.66% from 255) = 35.99%
BLUE value IS 117 (46.09% from 255) = 22.76%
R=41.25%
G=35.99%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218511700.130.450.1742.9552.4964.51
HexD4B9750D2D112b3441
Octal32427116501555215364101
Binary1101010010111001111010101101101101100011010111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B975; }

 p { color: rgb(212,185,117); }

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

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

 a { background-color: rgb(212,185,117); }

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

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

 span { border-color: rgb(212,185,117); }

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