#D28E68

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

Shades of Whiskey #D28E68

Tints of Whiskey #D28E68

Color information

#D28E68 (or 0xD28E68) is unknown color: approx Whiskey. HEX triplet: D2, 8E and 68. RGB value is (210,142,104). Sum of RGB (Red+Green+Blue) = 210+142+104=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28E68 is #2D7197. Grayscale: #9E9E9E. Windows color (decimal): -2978200 or 6852306. OLE color: 6852306.

HSL color Cylindrical-coordinate representation of color #D28E68: hue angle of 21.51º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D28E68 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB210142104-
CMYK00.320.500.18
HSL21.51º54.08%61.57%-
HSV(B)21.51º50.48%82.35%-
XYZ38.7534.0517.63-
YUV15897.53165.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.05%
GREEN value IS 142 (55.86% from 255) = 31.14%
BLUE value IS 104 (41.02% from 255) = 22.81%
R=46.05%
G=31.14%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014210400.320.500.1821.5154.0861.57
HexD28E68020321216363e
Octal3222161500406222266676
Binary1101001010001110110100001000001100101001010110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28E68; }

 p { color: rgb(210,142,104); }

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

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

 a { background-color: rgb(210,142,104); }

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

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

 span { border-color: rgb(210,142,104); }

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