#D28E6A

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

Shades of Whiskey #D28E6A

Tints of Whiskey #D28E6A

Color information

#D28E6A (or 0xD28E6A) is unknown color: approx Whiskey. HEX triplet: D2, 8E and 6A. RGB value is (210,142,106). Sum of RGB (Red+Green+Blue) = 210+142+106=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28E6A is #2D7195. Grayscale: #9E9E9E. Windows color (decimal): -2978198 or 6983378. OLE color: 6983378.

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

Color convert

RGB210142106-
CMYK00.320.500.18
HSL20.77º53.61%61.96%-
HSV(B)20.77º49.52%82.35%-
XYZ38.8534.0918.17-
YUV158.2398.53164.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.85%
GREEN value IS 142 (55.86% from 255) = 31.00%
BLUE value IS 106 (41.80% from 255) = 23.14%
R=45.85%
G=31.00%
B=23.14%

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
Decimal21014210600.320.500.1820.7753.6161.96
HexD28E6A020321215363e
Octal3222161520406222256676
Binary1101001010001110110101001000001100101001010101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28E6A; }

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

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

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

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

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

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

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

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