#D28A60

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

Shades of Whiskey #D28A60

Tints of Whiskey #D28A60

Color information

#D28A60 (or 0xD28A60) is unknown color: approx Whiskey. HEX triplet: D2, 8A and 60. RGB value is (210,138,96). Sum of RGB (Red+Green+Blue) = 210+138+96=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28A60 is #2D759F. Grayscale: #9A9A9A. Windows color (decimal): -2979232 or 6326994. OLE color: 6326994.

HSL color Cylindrical-coordinate representation of color #D28A60: hue angle of 22.11º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D28A60 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB21013896-
CMYK00.340.540.18
HSL22.11º55.88%60%-
HSV(B)22.11º54.29%82.35%-
XYZ37.7832.7215.39-
YUV154.7494.85167.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.30%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 96 (37.89% from 255) = 21.62%
R=47.30%
G=31.08%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101389600.340.540.1822.1155.8860
HexD28A60022361216383c
Octal3222121400426622267074
Binary1101001010001010110000001000101101101001010110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28A60; }

 p { color: rgb(210,138,96); }

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

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

 a { background-color: rgb(210,138,96); }

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

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

 span { border-color: rgb(210,138,96); }

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