#D99A6B

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

Shades of Whiskey #D99A6B

Tints of Whiskey #D99A6B

Color information

#D99A6B (or 0xD99A6B) is unknown color: approx Whiskey. HEX triplet: D9, 9A and 6B. RGB value is (217,154,107). Sum of RGB (Red+Green+Blue) = 217+154+107=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A6B is #266594. Grayscale: #A7A7A7. Windows color (decimal): -2516373 or 7051993. OLE color: 7051993.

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

Color convert

RGB217154107-
CMYK00.290.510.15
HSL25.64º59.14%63.53%-
HSV(B)25.64º50.69%85.1%-
XYZ42.8238.9219.17-
YUV167.4893.87163.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.40%
GREEN value IS 154 (60.55% from 255) = 32.22%
BLUE value IS 107 (42.19% from 255) = 22.38%
R=45.40%
G=32.22%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715410700.290.510.1525.6459.1463.53
HexD99A6B01D33F1a3b40
Octal33123215303563173273100
Binary110110011001101011010110111011100111111110101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99A6B; }

 p { color: rgb(217,154,107); }

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

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

 a { background-color: rgb(217,154,107); }

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

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

 span { border-color: rgb(217,154,107); }

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