#D9925E

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

Shades of Whiskey Sour #D9925E

Tints of Whiskey Sour #D9925E

Color information

#D9925E (or 0xD9925E) is unknown color: approx Whiskey Sour. HEX triplet: D9, 92 and 5E. RGB value is (217,146,94). Sum of RGB (Red+Green+Blue) = 217+146+94=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D9925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9925E is #266DA1. Grayscale: #A1A1A1. Windows color (decimal): -2518434 or 6197977. OLE color: 6197977.

HSL color Cylindrical-coordinate representation of color #D9925E: hue angle of 25.37º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9925E is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21714694-
CMYK00.330.570.15
HSL25.37º61.81%60.98%-
HSV(B)25.37º56.68%85.1%-
XYZ40.9136.1215.4-
YUV161.390.02167.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.48%
GREEN value IS 146 (57.42% from 255) = 31.95%
BLUE value IS 94 (37.11% from 255) = 20.57%
R=47.48%
G=31.95%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171469400.330.570.1525.3761.8160.98
HexD9925E02139F193e3d
Octal3312221360417117317675
Binary110110011001001010111100100001111001111111001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9925E; }

 p { color: rgb(217,146,94); }

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

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

 a { background-color: rgb(217,146,94); }

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

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

 span { border-color: rgb(217,146,94); }

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