#D28D67

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

Shades of Whiskey #D28D67

Tints of Whiskey #D28D67

Color information

#D28D67 (or 0xD28D67) is unknown color: approx Whiskey. HEX triplet: D2, 8D and 67. RGB value is (210,141,103). Sum of RGB (Red+Green+Blue) = 210+141+103=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 103 (40.62% from 255 or 22.69% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28D67 is #2D7298. Grayscale: #9D9D9D. Windows color (decimal): -2978457 or 6786514. OLE color: 6786514.

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

Color convert

RGB210141103-
CMYK00.330.510.18
HSL21.31º54.31%61.37%-
HSV(B)21.31º50.95%82.35%-
XYZ38.5533.7317.31-
YUV157.397.36165.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.26%
GREEN value IS 141 (55.47% from 255) = 31.06%
BLUE value IS 103 (40.62% from 255) = 22.69%
R=46.26%
G=31.06%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014110300.330.510.1821.3154.3161.37
HexD28D67021331215363d
Octal3222151470416322256675
Binary1101001010001101110011101000011100111001010101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28D67; }

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

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

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

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

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

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

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

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