#D5916B

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

Shades of Whiskey #D5916B

Tints of Whiskey #D5916B

Color information

#D5916B (or 0xD5916B) is unknown color: approx Whiskey. HEX triplet: D5, 91 and 6B. RGB value is (213,145,107). Sum of RGB (Red+Green+Blue) = 213+145+107=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D5916B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5916B is #2A6E94. Grayscale: #A1A1A1. Windows color (decimal): -2780821 or 7049685. OLE color: 7049685.

HSL color Cylindrical-coordinate representation of color #D5916B: hue angle of 21.51º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5916B is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB213145107-
CMYK00.320.500.16
HSL21.51º55.79%62.75%-
HSV(B)21.51º49.77%83.53%-
XYZ40.2235.4618.63-
YUV16197.53165.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 145 (57.03% from 255) = 31.18%
BLUE value IS 107 (42.19% from 255) = 23.01%
R=45.81%
G=31.18%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314510700.320.500.1621.5155.7962.75
HexD5916B020321016383f
Octal3252211530406220267077
Binary1101010110010001110101101000001100101000010110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5916B; }

 p { color: rgb(213,145,107); }

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

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

 a { background-color: rgb(213,145,107); }

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

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

 span { border-color: rgb(213,145,107); }

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