#D99367

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

Shades of Whiskey #D99367

Tints of Whiskey #D99367

Color information

#D99367 (or 0xD99367) is unknown color: approx Whiskey. HEX triplet: D9, 93 and 67. RGB value is (217,147,103). Sum of RGB (Red+Green+Blue) = 217+147+103=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D99367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99367 is #266C98. Grayscale: #A3A3A3. Windows color (decimal): -2518169 or 6788057. OLE color: 6788057.

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

Color convert

RGB217147103-
CMYK00.320.530.15
HSL23.16º60%62.75%-
HSV(B)23.16º52.53%85.1%-
XYZ41.536.617.71-
YUV162.9194.19166.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.47%
GREEN value IS 147 (57.81% from 255) = 31.48%
BLUE value IS 103 (40.62% from 255) = 22.06%
R=46.47%
G=31.48%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714710300.320.530.1523.166062.75
HexD9936702035F173c3f
Octal3312231470406517277477
Binary110110011001001111001110100000110101111110111111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99367; }

 p { color: rgb(217,147,103); }

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

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

 a { background-color: rgb(217,147,103); }

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

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

 span { border-color: rgb(217,147,103); }

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