#D5B278

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

Shades of Putty #D5B278

Tints of Putty #D5B278

Color information

#D5B278 (or 0xD5B278) is unknown color: approx Putty. HEX triplet: D5, B2 and 78. RGB value is (213,178,120). Sum of RGB (Red+Green+Blue) = 213+178+120=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B278 is #2A4D87. Grayscale: #B6B6B6. Windows color (decimal): -2772360 or 7910101. OLE color: 7910101.

HSL color Cylindrical-coordinate representation of color #D5B278: hue angle of 37.42º 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 #D5B278 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB213178120-
CMYK00.160.440.16
HSL37.42º52.54%65.29%-
HSV(B)37.42º43.66%83.53%-
XYZ46.7547.3424.44-
YUV181.8593.1150.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 178 (69.92% from 255) = 34.83%
BLUE value IS 120 (47.27% from 255) = 23.48%
R=41.68%
G=34.83%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317812000.160.440.1637.4252.5465.29
HexD5B2780102C10253541
Octal32526217002054204565101
Binary11010101101100101111000010000101100100001001011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B278; }

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

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

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

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

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

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

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

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