#D4925A

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

Shades of Whiskey Sour #D4925A

Tints of Whiskey Sour #D4925A

Color information

#D4925A (or 0xD4925A) is unknown color: approx Whiskey Sour. HEX triplet: D4, 92 and 5A. RGB value is (212,146,90). Sum of RGB (Red+Green+Blue) = 212+146+90=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D4925A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4925A is #2B6DA5. Grayscale: #9F9F9F. Windows color (decimal): -2846118 or 5935828. OLE color: 5935828.

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

Color convert

RGB21214690-
CMYK00.310.580.17
HSL27.54º58.65%59.22%-
HSV(B)27.54º57.55%83.14%-
XYZ39.2835.2914.42-
YUV159.3588.87165.55-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.32%
GREEN value IS 146 (57.42% from 255) = 32.59%
BLUE value IS 90 (35.55% from 255) = 20.09%
R=47.32%
G=32.59%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121469000.310.580.1727.5458.6559.22
HexD4925A01F3A111c3b3b
Octal3242221320377221347373
Binary110101001001001010110100111111110101000111100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4925A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4925A; }

 p { color: rgb(212,146,90); }

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

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

 a { background-color: rgb(212,146,90); }

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

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

 span { border-color: rgb(212,146,90); }

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