#D99A6A

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

Shades of Whiskey #D99A6A

Tints of Whiskey #D99A6A

Color information

#D99A6A (or 0xD99A6A) is unknown color: approx Whiskey. HEX triplet: D9, 9A and 6A. RGB value is (217,154,106). Sum of RGB (Red+Green+Blue) = 217+154+106=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99A6A is #266595. Grayscale: #A7A7A7. Windows color (decimal): -2516374 or 6986457. OLE color: 6986457.

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

Color convert

RGB217154106-
CMYK00.290.510.15
HSL25.95º59.36%63.33%-
HSV(B)25.95º51.15%85.1%-
XYZ42.7738.918.89-
YUV167.3693.37163.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.49%
GREEN value IS 154 (60.55% from 255) = 32.29%
BLUE value IS 106 (41.80% from 255) = 22.22%
R=45.49%
G=32.29%
B=22.22%

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
Decimal21715410600.290.510.1525.9559.3663.33
HexD99A6A01D33F1a3b3f
Octal3312321520356317327377
Binary11011001100110101101010011101110011111111010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99A6A; }

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

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

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

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

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

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

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

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