#D99D6D

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

Shades of Whiskey #D99D6D

Tints of Whiskey #D99D6D

Color information

#D99D6D (or 0xD99D6D) is unknown color: approx Whiskey. HEX triplet: D9, 9D and 6D. RGB value is (217,157,109). Sum of RGB (Red+Green+Blue) = 217+157+109=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D6D is #266292. Grayscale: #A9A9A9. Windows color (decimal): -2515603 or 7183833. OLE color: 7183833.

HSL color Cylindrical-coordinate representation of color #D99D6D: hue angle of 26.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D99D6D is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB217157109-
CMYK00.280.500.15
HSL26.67º58.7%63.92%-
HSV(B)26.67º49.77%85.1%-
XYZ43.4339.9719.89-
YUV169.4793.88161.9-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.93%
GREEN value IS 157 (61.72% from 255) = 32.51%
BLUE value IS 109 (42.97% from 255) = 22.57%
R=44.93%
G=32.51%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715710900.280.500.1526.6758.763.92
HexD99D6D01C32F1b3b40
Octal33123515503462173373100
Binary110110011001110111011010111001100101111110111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99D6D; }

 p { color: rgb(217,157,109); }

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

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

 a { background-color: rgb(217,157,109); }

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

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

 span { border-color: rgb(217,157,109); }

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