#D58F67

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

Shades of Whiskey #D58F67

Tints of Whiskey #D58F67

Color information

#D58F67 (or 0xD58F67) is unknown color: approx Whiskey. HEX triplet: D5, 8F and 67. RGB value is (213,143,103). Sum of RGB (Red+Green+Blue) = 213+143+103=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58F67 is #2A7098. Grayscale: #9F9F9F. Windows color (decimal): -2781337 or 6787029. OLE color: 6787029.

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

Color convert

RGB213143103-
CMYK00.330.520.16
HSL21.82º56.7%61.96%-
HSV(B)21.82º51.64%83.53%-
XYZ39.7134.7717.45-
YUV159.3796.19166.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.41%
GREEN value IS 143 (56.25% from 255) = 31.15%
BLUE value IS 103 (40.62% from 255) = 22.44%
R=46.41%
G=31.15%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314310300.330.520.1621.8256.761.96
HexD58F67021341016393e
Octal3252171470416420267176
Binary1101010110001111110011101000011101001000010110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58F67; }

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

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

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

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

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

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

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

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