Html Css Color HEX #DA9052 Whiskey Sour

📋 copy color: '#DA9052'

red 218 ◦ green 144 ◦ blue 82

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

Shades of Whiskey Sour #DA9052

Tints of Whiskey Sour #DA9052

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.43%

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

R = 49.1%
G = 32.43%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DA9052 (or 0xDA9052) is known color: Whiskey Sour. HEX triplet: DA, 90 and 52. RGB value is (218,144,82). Sum of RGB (Red+Green+Blue) = 218+144+82=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9052 is #256FAD. Grayscale: #9F9F9F. Windows color (decimal): -2453422 or 5411034. OLE color: 5411034.

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

Color convert

RGB 218 144 82 -
CMYK 0 0.34 0.62 0.15
HSL 27.35º 0.65% 0.59% -
HSV(B) 27.35º 0.62% 0.85% -
XYZ 40.41 35.46 12.7 -
YUV 159.06 84.52 170.04 -
System Red Green Blue C M Y K H S L
Decimal 218 144 82 0 0.34 0.62 0.15 27.35 0.65 0.59
Hex DA 90 52 0 22 3E F 1B 41 3B
Octal 332 220 122 0 42 76 17 33 101 73
Binary 11011010 10010000 1010010 0 100010 111110 1111 11011 1000001 111011

Color Harmonies of #DA9052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9052

Black with #DA9052

Text Example


Text Example

White with #DA9052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9052; }

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

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

background-color css

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

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

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

border-color css

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

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

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