#D28D5E

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

Shades of Whiskey #D28D5E

Tints of Whiskey #D28D5E

Color information

#D28D5E (or 0xD28D5E) is unknown color: approx Whiskey. HEX triplet: D2, 8D and 5E. RGB value is (210,141,94). Sum of RGB (Red+Green+Blue) = 210+141+94=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28D5E is #2D72A1. Grayscale: #9C9C9C. Windows color (decimal): -2978466 or 6196690. OLE color: 6196690.

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

Color convert

RGB21014194-
CMYK00.330.550.18
HSL24.31º56.31%59.61%-
HSV(B)24.31º55.24%82.35%-
XYZ38.1233.5615.06-
YUV156.2792.86166.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.19%
GREEN value IS 141 (55.47% from 255) = 31.69%
BLUE value IS 94 (37.11% from 255) = 21.12%
R=47.19%
G=31.69%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101419400.330.550.1824.3156.3159.61
HexD28D5E021371218383c
Octal3222151360416722307074
Binary1101001010001101101111001000011101111001011000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28D5E; }

 p { color: rgb(210,141,94); }

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

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

 a { background-color: rgb(210,141,94); }

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

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

 span { border-color: rgb(210,141,94); }

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