#D5936B

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

Shades of Whiskey #D5936B

Tints of Whiskey #D5936B

Color information

#D5936B (or 0xD5936B) is unknown color: approx Whiskey. HEX triplet: D5, 93 and 6B. RGB value is (213,147,107). Sum of RGB (Red+Green+Blue) = 213+147+107=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5936B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5936B is #2A6C94. Grayscale: #A2A2A2. Windows color (decimal): -2780309 or 7050197. OLE color: 7050197.

HSL color Cylindrical-coordinate representation of color #D5936B: hue angle of 22.64º 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 #D5936B is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB213147107-
CMYK00.310.500.16
HSL22.64º55.79%62.75%-
HSV(B)22.64º49.77%83.53%-
XYZ40.5336.0818.74-
YUV162.1796.87164.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.61%
GREEN value IS 147 (57.81% from 255) = 31.48%
BLUE value IS 107 (42.19% from 255) = 22.91%
R=45.61%
G=31.48%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314710700.310.500.1622.6455.7962.75
HexD5936B01F321017383f
Octal3252231530376220277077
Binary110101011001001111010110111111100101000010111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5936B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5936B; }

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

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

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

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

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

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

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

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