#D28A62

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

Shades of Whiskey #D28A62

Tints of Whiskey #D28A62

Color information

#D28A62 (or 0xD28A62) is unknown color: approx Whiskey. HEX triplet: D2, 8A and 62. RGB value is (210,138,98). Sum of RGB (Red+Green+Blue) = 210+138+98=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28A62 is #2D759D. Grayscale: #9B9B9B. Windows color (decimal): -2979230 or 6458066. OLE color: 6458066.

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

Color convert

RGB21013898-
CMYK00.340.530.18
HSL21.43º55.45%60.39%-
HSV(B)21.43º53.33%82.35%-
XYZ37.8732.7615.88-
YUV154.9795.85167.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.09%
GREEN value IS 138 (54.30% from 255) = 30.94%
BLUE value IS 98 (38.67% from 255) = 21.97%
R=47.09%
G=30.94%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101389800.340.530.1821.4355.4560.39
HexD28A62022351215373c
Octal3222121420426522256774
Binary1101001010001010110001001000101101011001010101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28A62; }

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

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

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

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

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

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

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

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