#D0976B

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

Shades of Whiskey #D0976B

Tints of Whiskey #D0976B

Color information

#D0976B (or 0xD0976B) is unknown color: approx Whiskey. HEX triplet: D0, 97 and 6B. RGB value is (208,151,107). Sum of RGB (Red+Green+Blue) = 208+151+107=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0976B is #2F6894. Grayscale: #A3A3A3. Windows color (decimal): -3106965 or 7051216. OLE color: 7051216.

HSL color Cylindrical-coordinate representation of color #D0976B: hue angle of 26.14º degrees, saturation: 0.52, 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 #D0976B is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB208151107-
CMYK00.270.490.18
HSL26.14º51.79%61.76%-
HSV(B)26.14º48.56%81.57%-
XYZ39.7336.618.88-
YUV163.0396.38160.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.64%
GREEN value IS 151 (59.38% from 255) = 32.40%
BLUE value IS 107 (42.19% from 255) = 22.96%
R=44.64%
G=32.40%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815110700.270.490.1826.1451.7961.76
HexD0976B01B31121a343e
Octal3202271530336122326476
Binary110100001001011111010110110111100011001011010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0976B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0976B; }

 p { color: rgb(208,151,107); }

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

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

 a { background-color: rgb(208,151,107); }

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

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

 span { border-color: rgb(208,151,107); }

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