#D5B46E

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

Shades of Putty #D5B46E

Tints of Putty #D5B46E

Color information

#D5B46E (or 0xD5B46E) is unknown color: approx Putty. HEX triplet: D5, B4 and 6E. RGB value is (213,180,110). Sum of RGB (Red+Green+Blue) = 213+180+110=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B46E is #2A4B91. Grayscale: #B6B6B6. Windows color (decimal): -2771858 or 7255253. OLE color: 7255253.

HSL color Cylindrical-coordinate representation of color #D5B46E: hue angle of 40.78º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5B46E is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB213180110-
CMYK00.150.480.16
HSL40.78º55.08%63.33%-
HSV(B)40.78º48.36%83.53%-
XYZ46.5847.9121.55-
YUV181.8987.43150.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.35%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 110 (43.36% from 255) = 21.87%
R=42.35%
G=35.79%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318011000.150.480.1640.7855.0863.33
HexD5B46E0F301029373f
Octal3252641560176020516777
Binary110101011011010011011100111111000010000101001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B46E; }

 p { color: rgb(213,180,110); }

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

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

 a { background-color: rgb(213,180,110); }

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

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

 span { border-color: rgb(213,180,110); }

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