#D5B074

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

Shades of Putty #D5B074

Tints of Putty #D5B074

Color information

#D5B074 (or 0xD5B074) is unknown color: approx Putty. HEX triplet: D5, B0 and 74. RGB value is (213,176,116). Sum of RGB (Red+Green+Blue) = 213+176+116=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B074 is #2A4F8B. Grayscale: #B4B4B4. Windows color (decimal): -2772876 or 7647445. OLE color: 7647445.

HSL color Cylindrical-coordinate representation of color #D5B074: hue angle of 37.11º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5B074 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB213176116-
CMYK00.170.460.16
HSL37.11º53.59%64.51%-
HSV(B)37.11º45.54%83.53%-
XYZ46.1246.4623.06-
YUV180.2291.76151.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.18%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 116 (45.70% from 255) = 22.97%
R=42.18%
G=34.85%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317611600.170.460.1637.1153.5964.51
HexD5B0740112E10253641
Octal32526016402156204566101
Binary11010101101100001110100010001101110100001001011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B074; }

 p { color: rgb(213,176,116); }

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

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

 a { background-color: rgb(213,176,116); }

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

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

 span { border-color: rgb(213,176,116); }

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