Html Css Color HEX #DA9058 Whiskey Sour

📋 copy color: '#DA9058'

red 218 ◦ green 144 ◦ blue 88

#DA9058
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #DA9058

Tints of Whiskey Sour #DA9058

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 value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA9058 (or 0xDA9058) is known color: 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

RGB 218 144 88 -
CMYK 0 0.34 0.60 0.15
HSL 25.85º 0.64% 0.6% -
HSV(B) 25.85º 0.6% 0.85% -
XYZ 40.65 35.56 13.95 -
YUV 159.74 87.52 169.55 -
System Red Green Blue C M Y K H S L
Decimal 218 144 88 0 0.34 0.60 0.15 25.85 0.64 0.6
Hex DA 90 58 0 22 3C F 1A 40 3C
Octal 332 220 130 0 42 74 17 32 100 74
Binary 11011010 10010000 1011000 0 100010 111100 1111 11010 1000000 111100

Color Harmonies of #DA9058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9058

Black with #DA9058

Text Example


Text Example

White with #DA9058

Text Example


Text Example

HTML Codes & Css Web 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>