#D58B61

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

Shades of Whiskey #D58B61

Tints of Whiskey #D58B61

Color information

#D58B61 (or 0xD58B61) is unknown color: approx Whiskey. HEX triplet: D5, 8B and 61. RGB value is (213,139,97). Sum of RGB (Red+Green+Blue) = 213+139+97=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D58B61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58B61 is #2A749E. Grayscale: #9C9C9C. Windows color (decimal): -2782367 or 6392789. OLE color: 6392789.

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

Color convert

RGB21313997-
CMYK00.350.540.16
HSL21.72º58%60.78%-
HSV(B)21.72º54.46%83.53%-
XYZ38.8333.4715.72-
YUV156.3494.52168.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.44%
GREEN value IS 139 (54.69% from 255) = 30.96%
BLUE value IS 97 (38.28% from 255) = 21.60%
R=47.44%
G=30.96%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131399700.350.540.1621.725860.78
HexD58B610233610163a3d
Octal3252131410436620267275
Binary1101010110001011110000101000111101101000010110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58B61; }

 p { color: rgb(213,139,97); }

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

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

 a { background-color: rgb(213,139,97); }

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

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

 span { border-color: rgb(213,139,97); }

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