Html Css Color HEX #DA8554 Whiskey Sour

📋 copy color: '#DA8554'

red 218 ◦ green 133 ◦ blue 84

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

Shades of Whiskey Sour #DA8554

Tints of Whiskey Sour #DA8554

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.57%

 BLUE value IS 84 (33.2% from 255) = 19.31%

R = 50.11%
G = 30.57%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA8554 (or 0xDA8554) is known color: Whiskey Sour. HEX triplet: DA, 85 and 54. RGB value is (218,133,84). Sum of RGB (Red+Green+Blue) = 218+133+84=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 84 (33.20% from 255 or 19.31% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8554 is #257AAB. Grayscale: #999999. Windows color (decimal): -2456236 or 5539290. OLE color: 5539290.

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

Color convert

RGB 218 133 84 -
CMYK 0 0.39 0.61 0.15
HSL 21.94º 0.64% 0.59% -
HSV(B) 21.94º 0.61% 0.85% -
XYZ 38.9 32.32 12.58 -
YUV 152.83 89.16 174.48 -
System Red Green Blue C M Y K H S L
Decimal 218 133 84 0 0.39 0.61 0.15 21.94 0.64 0.59
Hex DA 85 54 0 27 3D F 16 40 3B
Octal 332 205 124 0 47 75 17 26 100 73
Binary 11011010 10000101 1010100 0 100111 111101 1111 10110 1000000 111011

Color Harmonies of #DA8554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8554

Black with #DA8554

Text Example


Text Example

White with #DA8554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8554; }

 p { color: rgb(218,133,84); }

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

background-color css

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

 a { background-color: rgb(218,133,84); }

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

border-color css

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

 span { border-color: rgb(218,133,84); }

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