Html Css Color HEX #DA975E Whiskey Sour

📋 copy color: '#DA975E'

red 218 ◦ green 151 ◦ blue 94

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

Shades of Whiskey Sour #DA975E

Tints of Whiskey Sour #DA975E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.61%

 BLUE value IS 94 (37.11% from 255) = 20.3%

R = 47.08%
G = 32.61%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA975E (or 0xDA975E) is known color: Whiskey Sour. HEX triplet: DA, 97 and 5E. RGB value is (218,151,94). Sum of RGB (Red+Green+Blue) = 218+151+94=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA975E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA975E is #2568A1. Grayscale: #A4A4A4. Windows color (decimal): -2451618 or 6199258. OLE color: 6199258.

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

Color convert

RGB 218 151 94 -
CMYK 0 0.31 0.57 0.15
HSL 27.58º 0.63% 0.61% -
HSV(B) 27.58º 0.57% 0.85% -
XYZ 42 37.85 15.68 -
YUV 164.54 88.2 166.13 -
System Red Green Blue C M Y K H S L
Decimal 218 151 94 0 0.31 0.57 0.15 27.58 0.63 0.61
Hex DA 97 5E 0 1F 39 F 1C 3F 3D
Octal 332 227 136 0 37 71 17 34 77 75
Binary 11011010 10010111 1011110 0 11111 111001 1111 11100 111111 111101

Color Harmonies of #DA975E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA975E

Black with #DA975E

Text Example


Text Example

White with #DA975E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA975E; }

 p { color: rgb(218,151,94); }

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

background-color css

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

 a { background-color: rgb(218,151,94); }

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

border-color css

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

 span { border-color: rgb(218,151,94); }

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