#D3904D

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

Shades of Whiskey Sour #D3904D

Tints of Whiskey Sour #D3904D

Color information

#D3904D (or 0xD3904D) is unknown color: approx Whiskey Sour. HEX triplet: D3, 90 and 4D. RGB value is (211,144,77). Sum of RGB (Red+Green+Blue) = 211+144+77=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 211 - color contains mainly: red. Hex color #D3904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3904D is #2C6FB2. Grayscale: #9C9C9C. Windows color (decimal): -2912179 or 5083347. OLE color: 5083347.

HSL color Cylindrical-coordinate representation of color #D3904D: hue angle of 30º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D3904D is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB21114477-
CMYK00.320.640.17
HSL30º60.36%56.47%-
HSV(B)30º63.51%82.75%-
XYZ38.1834.3311.64-
YUV156.3983.2166.95-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.84%
GREEN value IS 144 (56.64% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 17.82%
R=48.84%
G=33.33%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111447700.320.640.173060.3656.47
HexD3904D02040111e3c38
Octal32322011504010021367470
Binary11010011100100001001101010000010000001000111110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3904D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3904D; }

 p { color: rgb(211,144,77); }

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

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

 a { background-color: rgb(211,144,77); }

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

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

 span { border-color: rgb(211,144,77); }

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