#DA9058

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

Shades of Whiskey Sour #DA9058

Tints of Whiskey Sour #DA9058

Color information

#DA9058 (or 0xDA9058) is unknown color: approx Whiskey Sour. HEX triplet: DA, 90 and 58. RGB value is (218,144,88). Sum of RGB (Red+Green+Blue) = 218+144+88=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9058 is #256FA7. Grayscale: #A0A0A0. Windows color (decimal): -2453416 or 5804250. OLE color: 5804250.

HSL color Cylindrical-coordinate representation of color #DA9058: hue angle of 25.85º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA9058 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB21814488-
CMYK00.340.600.15
HSL25.85º63.73%60%-
HSV(B)25.85º59.63%85.49%-
XYZ40.6535.5613.95-
YUV159.7487.52169.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.44%
GREEN value IS 144 (56.64% from 255) = 32%
BLUE value IS 88 (34.77% from 255) = 19.56%
R=48.44%
G=32%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181448800.340.600.1525.8563.7360
HexDA90580223CF1a403c
Octal33222013004274173210074
Binary1101101010010000101100001000101111001111110101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9058; }

 p { color: rgb(218,144,88); }

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

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

 a { background-color: rgb(218,144,88); }

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

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

 span { border-color: rgb(218,144,88); }

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