#D99665

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

Shades of Whiskey #D99665

Tints of Whiskey #D99665

Color information

#D99665 (or 0xD99665) is unknown color: approx Whiskey. HEX triplet: D9, 96 and 65. RGB value is (217,150,101). Sum of RGB (Red+Green+Blue) = 217+150+101=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D99665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99665 is #26699A. Grayscale: #A4A4A4. Windows color (decimal): -2517403 or 6657753. OLE color: 6657753.

HSL color Cylindrical-coordinate representation of color #D99665: hue angle of 25.34º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D99665 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB217150101-
CMYK00.310.530.15
HSL25.34º60.42%62.35%-
HSV(B)25.34º53.46%85.1%-
XYZ41.8737.517.34-
YUV164.4592.2165.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.37%
GREEN value IS 150 (58.98% from 255) = 32.05%
BLUE value IS 101 (39.84% from 255) = 21.58%
R=46.37%
G=32.05%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715010100.310.530.1525.3460.4262.35
HexD9966501F35F193c3e
Octal3312261450376517317476
Binary11011001100101101100101011111110101111111001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99665; }

 p { color: rgb(217,150,101); }

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

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

 a { background-color: rgb(217,150,101); }

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

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

 span { border-color: rgb(217,150,101); }

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