#D4905F

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

Shades of Whiskey Sour #D4905F

Tints of Whiskey Sour #D4905F

Color information

#D4905F (or 0xD4905F) is unknown color: approx Whiskey Sour. HEX triplet: D4, 90 and 5F. RGB value is (212,144,95). Sum of RGB (Red+Green+Blue) = 212+144+95=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D4905F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4905F is #2B6FA0. Grayscale: #9F9F9F. Windows color (decimal): -2846625 or 6262996. OLE color: 6262996.

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

Color convert

RGB21214495-
CMYK00.320.550.17
HSL25.13º57.64%60.2%-
HSV(B)25.13º55.19%83.14%-
XYZ39.1934.7715.47-
YUV158.7592.03165.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.01%
GREEN value IS 144 (56.64% from 255) = 31.93%
BLUE value IS 95 (37.5% from 255) = 21.06%
R=47.01%
G=31.93%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121449500.320.550.1725.1357.6460.2
HexD4905F0203711193a3c
Octal3242201370406721317274
Binary1101010010010000101111101000001101111000111001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4905F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4905F; }

 p { color: rgb(212,144,95); }

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

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

 a { background-color: rgb(212,144,95); }

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

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

 span { border-color: rgb(212,144,95); }

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