#D5B078

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

Shades of Putty #D5B078

Tints of Putty #D5B078

Color information

#D5B078 (or 0xD5B078) is unknown color: approx Putty. HEX triplet: D5, B0 and 78. RGB value is (213,176,120). Sum of RGB (Red+Green+Blue) = 213+176+120=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 120 (47.27% from 255 or 23.58% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B078 is #2A4F87. Grayscale: #B4B4B4. Windows color (decimal): -2772872 or 7909589. OLE color: 7909589.

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

Color convert

RGB213176120-
CMYK00.170.440.16
HSL36.13º52.54%65.29%-
HSV(B)36.13º43.66%83.53%-
XYZ46.3646.5524.31-
YUV180.6893.76151.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.85%
GREEN value IS 176 (69.14% from 255) = 34.58%
BLUE value IS 120 (47.27% from 255) = 23.58%
R=41.85%
G=34.58%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317612000.170.440.1636.1352.5465.29
HexD5B0780112C10243541
Octal32526017002154204465101
Binary11010101101100001111000010001101100100001001001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B078; }

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

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

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

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

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

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

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

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