#D2925B

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

Shades of Whiskey Sour #D2925B

Tints of Whiskey Sour #D2925B

Color information

#D2925B (or 0xD2925B) is unknown color: approx Whiskey Sour. HEX triplet: D2, 92 and 5B. RGB value is (210,146,91). Sum of RGB (Red+Green+Blue) = 210+146+91=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D2925B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2925B is #2D6DA4. Grayscale: #9F9F9F. Windows color (decimal): -2977189 or 6001362. OLE color: 6001362.

HSL color Cylindrical-coordinate representation of color #D2925B: hue angle of 27.73º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2925B is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB21014691-
CMYK00.300.570.18
HSL27.73º56.94%59.02%-
HSV(B)27.73º56.67%82.35%-
XYZ38.7535.0114.61-
YUV158.8789.7164.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.98%
GREEN value IS 146 (57.42% from 255) = 32.66%
BLUE value IS 91 (35.94% from 255) = 20.36%
R=46.98%
G=32.66%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101469100.300.570.1827.7356.9459.02
HexD2925B01E39121c393b
Octal3222221330367122347173
Binary110100101001001010110110111101110011001011100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2925B; }

 p { color: rgb(210,146,91); }

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

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

 a { background-color: rgb(210,146,91); }

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

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

 span { border-color: rgb(210,146,91); }

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