#D58A5F

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

Shades of Whiskey #D58A5F

Tints of Whiskey #D58A5F

Color information

#D58A5F (or 0xD58A5F) is unknown color: approx Whiskey. HEX triplet: D5, 8A and 5F. RGB value is (213,138,95). Sum of RGB (Red+Green+Blue) = 213+138+95=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58A5F is #2A75A0. Grayscale: #9B9B9B. Windows color (decimal): -2782625 or 6261461. OLE color: 6261461.

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

Color convert

RGB21313895-
CMYK00.350.550.16
HSL21.86º58.42%60.39%-
HSV(B)21.86º55.4%83.53%-
XYZ38.5933.1515.19-
YUV155.5293.85169-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.76%
GREEN value IS 138 (54.30% from 255) = 30.94%
BLUE value IS 95 (37.5% from 255) = 21.30%
R=47.76%
G=30.94%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131389500.350.550.1621.8658.4260.39
HexD58A5F0233710163a3c
Octal3252121370436720267274
Binary1101010110001010101111101000111101111000010110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58A5F; }

 p { color: rgb(213,138,95); }

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

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

 a { background-color: rgb(213,138,95); }

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

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

 span { border-color: rgb(213,138,95); }

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