#D0936C

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

Shades of Whiskey #D0936C

Tints of Whiskey #D0936C

Color information

#D0936C (or 0xD0936C) is unknown color: approx Whiskey. HEX triplet: D0, 93 and 6C. RGB value is (208,147,108). Sum of RGB (Red+Green+Blue) = 208+147+108=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0936C is #2F6C93. Grayscale: #A1A1A1. Windows color (decimal): -3107988 or 7115728. OLE color: 7115728.

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

Color convert

RGB208147108-
CMYK00.290.480.18
HSL23.4º51.55%61.96%-
HSV(B)23.4º48.08%81.57%-
XYZ39.1535.3618.95-
YUV160.7998.21161.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.92%
GREEN value IS 147 (57.81% from 255) = 31.75%
BLUE value IS 108 (42.58% from 255) = 23.33%
R=44.92%
G=31.75%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814710800.290.480.1823.451.5561.96
HexD0936C01D301217343e
Octal3202231540356022276476
Binary110100001001001111011000111011100001001010111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0936C; }

 p { color: rgb(208,147,108); }

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

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

 a { background-color: rgb(208,147,108); }

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

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

 span { border-color: rgb(208,147,108); }

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