#D2936B

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

Shades of Whiskey #D2936B

Tints of Whiskey #D2936B

Color information

#D2936B (or 0xD2936B) is unknown color: approx Whiskey. HEX triplet: D2, 93 and 6B. RGB value is (210,147,107). Sum of RGB (Red+Green+Blue) = 210+147+107=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D2936B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2936B is #2D6C94. Grayscale: #A1A1A1. Windows color (decimal): -2976917 or 7050194. OLE color: 7050194.

HSL color Cylindrical-coordinate representation of color #D2936B: hue angle of 23.3º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2936B is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB210147107-
CMYK00.300.490.18
HSL23.3º53.37%62.16%-
HSV(B)23.3º49.05%82.35%-
XYZ39.6735.6318.7-
YUV161.2897.37162.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.26%
GREEN value IS 147 (57.81% from 255) = 31.68%
BLUE value IS 107 (42.19% from 255) = 23.06%
R=45.26%
G=31.68%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014710700.300.490.1823.353.3762.16
HexD2936B01E311217353e
Octal3222231530366122276576
Binary110100101001001111010110111101100011001010111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2936B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2936B; }

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

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

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

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

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

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

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

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