#D58F68

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

Shades of Whiskey #D58F68

Tints of Whiskey #D58F68

Color information

#D58F68 (or 0xD58F68) is unknown color: approx Whiskey. HEX triplet: D5, 8F and 68. RGB value is (213,143,104). Sum of RGB (Red+Green+Blue) = 213+143+104=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58F68 is #2A7097. Grayscale: #9F9F9F. Windows color (decimal): -2781336 or 6852565. OLE color: 6852565.

HSL color Cylindrical-coordinate representation of color #D58F68: hue angle of 21.47º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D58F68 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB213143104-
CMYK00.330.510.16
HSL21.47º56.48%62.16%-
HSV(B)21.47º51.17%83.53%-
XYZ39.7634.7917.72-
YUV159.4896.69166.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.30%
GREEN value IS 143 (56.25% from 255) = 31.09%
BLUE value IS 104 (41.02% from 255) = 22.61%
R=46.30%
G=31.09%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314310400.330.510.1621.4756.4862.16
HexD58F68021331015383e
Octal3252171500416320257076
Binary1101010110001111110100001000011100111000010101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58F68; }

 p { color: rgb(213,143,104); }

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

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

 a { background-color: rgb(213,143,104); }

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

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

 span { border-color: rgb(213,143,104); }

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