#d2885c

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

Shades of Whiskey #D2885C

Tints of Whiskey #D2885C

Color information

#D2885C (or 0xD2885C) is unknown color: approx Whiskey. HEX triplet: D2, 88 and 5C. RGB value is (210,136,92). Sum of RGB (Red+Green+Blue) = 210+136+92=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D2885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2885C is #2D77A3. Grayscale: #999999. Windows color (decimal): -2979748 or 6064338. OLE color: 6064338.

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

Color convert

RGB21013692-
CMYK00.350.560.18
HSL22.37º56.73%59.22%-
HSV(B)22.37º56.19%82.35%-
XYZ37.3132.0814.35-
YUV153.1193.52168.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.95%
GREEN value IS 136 (53.52% from 255) = 31.05%
BLUE value IS 92 (36.33% from 255) = 21.00%
R=47.95%
G=31.05%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101369200.350.560.1822.3756.7359.22
HexD2885C023381216393b
Octal3222101340437022267173
Binary1101001010001000101110001000111110001001010110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2885c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2885c; }

 p { color: rgb(210,136,92); }

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

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

 a { background-color: rgb(210,136,92); }

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

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

 span { border-color: rgb(210,136,92); }

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