#D2916A

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

Shades of Whiskey #D2916A

Tints of Whiskey #D2916A

Color information

#D2916A (or 0xD2916A) is unknown color: approx Whiskey. HEX triplet: D2, 91 and 6A. RGB value is (210,145,106). Sum of RGB (Red+Green+Blue) = 210+145+106=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D2916A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2916A is #2D6E95. Grayscale: #A0A0A0. Windows color (decimal): -2977430 or 6984146. OLE color: 6984146.

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

Color convert

RGB210145106-
CMYK00.310.500.18
HSL22.5º53.61%61.96%-
HSV(B)22.5º49.52%82.35%-
XYZ39.3134.9918.32-
YUV159.9997.53163.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.55%
GREEN value IS 145 (57.03% from 255) = 31.45%
BLUE value IS 106 (41.80% from 255) = 22.99%
R=45.55%
G=31.45%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014510600.310.500.1822.553.6161.96
HexD2916A01F321217363e
Octal3222211520376222276676
Binary110100101001000111010100111111100101001010111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2916A; }

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

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

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

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

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

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

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

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