Html Css Color HEX #DA9153 Whiskey Sour

📋 copy color: '#DA9153'

red 218 ◦ green 145 ◦ blue 83

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

Shades of Whiskey Sour #DA9153

Tints of Whiskey Sour #DA9153

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.51%

 BLUE value IS 83 (32.81% from 255) = 18.61%

R = 48.88%
G = 32.51%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA9153 (or 0xDA9153) is known color: Whiskey Sour. HEX triplet: DA, 91 and 53. RGB value is (218,145,83). Sum of RGB (Red+Green+Blue) = 218+145+83=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9153 is #256EAC. Grayscale: #A0A0A0. Windows color (decimal): -2453165 or 5476826. OLE color: 5476826.

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

Color convert

RGB 218 145 83 -
CMYK 0 0.33 0.62 0.15
HSL 27.56º 0.65% 0.59% -
HSV(B) 27.56º 0.62% 0.85% -
XYZ 40.6 35.78 12.95 -
YUV 159.76 84.68 169.54 -
System Red Green Blue C M Y K H S L
Decimal 218 145 83 0 0.33 0.62 0.15 27.56 0.65 0.59
Hex DA 91 53 0 21 3E F 1C 41 3B
Octal 332 221 123 0 41 76 17 34 101 73
Binary 11011010 10010001 1010011 0 100001 111110 1111 11100 1000001 111011

Color Harmonies of #DA9153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9153

Black with #DA9153

Text Example


Text Example

White with #DA9153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9153; }

 p { color: rgb(218,145,83); }

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

background-color css

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

 a { background-color: rgb(218,145,83); }

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

border-color css

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

 span { border-color: rgb(218,145,83); }

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