#D0946C

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

Shades of Whiskey #D0946C

Tints of Whiskey #D0946C

Color information

#D0946C (or 0xD0946C) is unknown color: approx Whiskey. HEX triplet: D0, 94 and 6C. RGB value is (208,148,108). Sum of RGB (Red+Green+Blue) = 208+148+108=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0946C is #2F6B93. Grayscale: #A1A1A1. Windows color (decimal): -3107732 or 7115984. OLE color: 7115984.

HSL color Cylindrical-coordinate representation of color #D0946C: hue angle of 24º 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 #D0946C is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB208148108-
CMYK00.290.480.18
HSL24º51.55%61.96%-
HSV(B)24º48.08%81.57%-
XYZ39.3135.6719-
YUV161.3897.88161.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.83%
GREEN value IS 148 (58.20% from 255) = 31.90%
BLUE value IS 108 (42.58% from 255) = 23.28%
R=44.83%
G=31.90%
B=23.28%

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
Decimal20814810800.290.480.182451.5561.96
HexD0946C01D301218343e
Octal3202241540356022306476
Binary110100001001010011011000111011100001001011000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0946C; }

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

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

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

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

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

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

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

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