#D28A5D

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

Shades of Whiskey #D28A5D

Tints of Whiskey #D28A5D

Color information

#D28A5D (or 0xD28A5D) is unknown color: approx Whiskey. HEX triplet: D2, 8A and 5D. RGB value is (210,138,93). Sum of RGB (Red+Green+Blue) = 210+138+93=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28A5D is #2D75A2. Grayscale: #9A9A9A. Windows color (decimal): -2979235 or 6130386. OLE color: 6130386.

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

Color convert

RGB21013893-
CMYK00.340.560.18
HSL23.08º56.52%59.41%-
HSV(B)23.08º55.71%82.35%-
XYZ37.6432.6714.68-
YUV154.493.35167.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.62%
GREEN value IS 138 (54.30% from 255) = 31.29%
BLUE value IS 93 (36.72% from 255) = 21.09%
R=47.62%
G=31.29%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101389300.340.560.1823.0856.5259.41
HexD28A5D022381217393b
Octal3222121350427022277173
Binary1101001010001010101110101000101110001001010111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28A5D; }

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

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

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

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

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

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

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

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