#DD9768

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

Shades of Whiskey #DD9768

Tints of Whiskey #DD9768

Color information

#DD9768 (or 0xDD9768) is unknown color: approx Whiskey. HEX triplet: DD, 97 and 68. RGB value is (221,151,104). Sum of RGB (Red+Green+Blue) = 221+151+104=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9768 is #226897. Grayscale: #A6A6A6. Windows color (decimal): -2255000 or 6854621. OLE color: 6854621.

HSL color Cylindrical-coordinate representation of color #DD9768: hue angle of 24.1º 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 #DD9768 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB221151104-
CMYK00.320.530.13
HSL24.1º63.24%63.73%-
HSV(B)24.1º52.94%86.67%-
XYZ43.3838.518.24-
YUV166.5792.69166.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 151 (59.38% from 255) = 31.72%
BLUE value IS 104 (41.02% from 255) = 21.85%
R=46.43%
G=31.72%
B=21.85%

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
Decimal22115110400.320.530.1324.163.2463.73
HexDD976802035D183f40
Octal33522715004065153077100
Binary1101110110010111110100001000001101011101110001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9768; }

 p { color: rgb(221,151,104); }

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

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

 a { background-color: rgb(221,151,104); }

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

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

 span { border-color: rgb(221,151,104); }

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