Html Css Color HEX #DA9352 Whiskey Sour

📋 copy color: '#DA9352'

red 218 ◦ green 147 ◦ blue 82

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

Shades of Whiskey Sour #DA9352

Tints of Whiskey Sour #DA9352

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.89%

 BLUE value IS 82 (32.42% from 255) = 18.34%

R = 48.77%
G = 32.89%
B = 18.34%

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

#DA9352 (or 0xDA9352) is known color: Whiskey Sour. HEX triplet: DA, 93 and 52. RGB value is (218,147,82). Sum of RGB (Red+Green+Blue) = 218+147+82=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9352 is #256CAD. Grayscale: #A1A1A1. Windows color (decimal): -2452654 or 5411802. OLE color: 5411802.

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

Color convert

RGB 218 147 82 -
CMYK 0 0.33 0.62 0.15
HSL 28.68º 0.65% 0.59% -
HSV(B) 28.68º 0.62% 0.85% -
XYZ 40.87 36.38 12.85 -
YUV 160.82 83.52 168.79 -
System Red Green Blue C M Y K H S L
Decimal 218 147 82 0 0.33 0.62 0.15 28.68 0.65 0.59
Hex DA 93 52 0 21 3E F 1D 41 3B
Octal 332 223 122 0 41 76 17 35 101 73
Binary 11011010 10010011 1010010 0 100001 111110 1111 11101 1000001 111011

Color Harmonies of #DA9352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9352

Black with #DA9352

Text Example


Text Example

White with #DA9352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9352; }

 p { color: rgb(218,147,82); }

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

background-color css

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

 a { background-color: rgb(218,147,82); }

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

border-color css

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

 span { border-color: rgb(218,147,82); }

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