#d4915f

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

Shades of Whiskey Sour #D4915F

Tints of Whiskey Sour #D4915F

Color information

#D4915F (or 0xD4915F) is unknown color: approx Whiskey Sour. HEX triplet: D4, 91 and 5F. RGB value is (212,145,95). Sum of RGB (Red+Green+Blue) = 212+145+95=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 95 (37.5% from 255 or 21.02% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D4915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4915F is #2B6EA0. Grayscale: #9F9F9F. Windows color (decimal): -2846369 or 6263252. OLE color: 6263252.

HSL color Cylindrical-coordinate representation of color #D4915F: hue angle of 25.64º 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 #D4915F is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB21214595-
CMYK00.320.550.17
HSL25.64º57.64%60.2%-
HSV(B)25.64º55.19%83.14%-
XYZ39.3435.0715.52-
YUV159.3391.7165.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.90%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 95 (37.5% from 255) = 21.02%
R=46.90%
G=32.08%
B=21.02%

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
Decimal2121459500.320.550.1725.6457.6460.2
HexD4915F02037111a3a3c
Octal3242211370406721327274
Binary1101010010010001101111101000001101111000111010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4915f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4915f; }

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

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

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

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

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

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

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

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