Html Css Color HEX #DA9458 Whiskey Sour

📋 copy color: '#DA9458'

red 218 ◦ green 148 ◦ blue 88

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

Shades of Whiskey Sour #DA9458

Tints of Whiskey Sour #DA9458

RGB

 RED value IS 218 (85.55% from 255) = 48.02%

 GREEN value IS 148 (58.2% from 255) = 32.6%

 BLUE value IS 88 (34.77% from 255) = 19.38%

R = 48.02%
G = 32.6%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA9458 (or 0xDA9458) is known color: Whiskey Sour. HEX triplet: DA, 94 and 58. RGB value is (218,148,88). Sum of RGB (Red+Green+Blue) = 218+148+88=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 88 (34.77% from 255 or 19.38% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9458 is #256BA7. Grayscale: #A2A2A2. Windows color (decimal): -2452392 or 5805274. OLE color: 5805274.

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

Color convert

RGB 218 148 88 -
CMYK 0 0.32 0.60 0.15
HSL 27.69º 0.64% 0.6% -
HSV(B) 27.69º 0.6% 0.85% -
XYZ 41.26 36.79 14.16 -
YUV 162.09 86.19 167.88 -
System Red Green Blue C M Y K H S L
Decimal 218 148 88 0 0.32 0.60 0.15 27.69 0.64 0.6
Hex DA 94 58 0 20 3C F 1C 40 3C
Octal 332 224 130 0 40 74 17 34 100 74
Binary 11011010 10010100 1011000 0 100000 111100 1111 11100 1000000 111100

Color Harmonies of #DA9458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9458

Black with #DA9458

Text Example


Text Example

White with #DA9458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9458; }

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

 H1.HeaderClassName
 {
   color: #DA9458;
 }
 .AnyTagClassName
 {
   color: #DA9458;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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