#DD9667

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

Shades of Whiskey #DD9667

Tints of Whiskey #DD9667

Color information

#DD9667 (or 0xDD9667) is unknown color: approx Whiskey. HEX triplet: DD, 96 and 67. RGB value is (221,150,103). Sum of RGB (Red+Green+Blue) = 221+150+103=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9667 is #226998. Grayscale: #A6A6A6. Windows color (decimal): -2255257 or 6788829. OLE color: 6788829.

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

Color convert

RGB221150103-
CMYK00.320.530.13
HSL23.9º63.44%63.53%-
HSV(B)23.9º53.39%86.67%-
XYZ43.1738.1617.92-
YUV165.8792.52167.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.62%
GREEN value IS 150 (58.98% from 255) = 31.65%
BLUE value IS 103 (40.62% from 255) = 21.73%
R=46.62%
G=31.65%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115010300.320.530.1323.963.4463.53
HexDD966702035D183f40
Octal33522614704065153077100
Binary1101110110010110110011101000001101011101110001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9667; }

 p { color: rgb(221,150,103); }

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

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

 a { background-color: rgb(221,150,103); }

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

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

 span { border-color: rgb(221,150,103); }

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