Html Css Color HEX #DA945E Whiskey Sour

📋 copy color: '#DA945E'

red 218 ◦ green 148 ◦ blue 94

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

Shades of Whiskey Sour #DA945E

Tints of Whiskey Sour #DA945E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.17%

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

R = 47.39%
G = 32.17%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA945E (or 0xDA945E) is known color: Whiskey Sour. HEX triplet: DA, 94 and 5E. RGB value is (218,148,94). Sum of RGB (Red+Green+Blue) = 218+148+94=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA945E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA945E is #256BA1. Grayscale: #A3A3A3. Windows color (decimal): -2452386 or 6198490. OLE color: 6198490.

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

Color convert

RGB 218 148 94 -
CMYK 0 0.32 0.57 0.15
HSL 26.13º 0.63% 0.61% -
HSV(B) 26.13º 0.57% 0.85% -
XYZ 41.52 36.89 15.52 -
YUV 162.77 89.19 167.39 -
System Red Green Blue C M Y K H S L
Decimal 218 148 94 0 0.32 0.57 0.15 26.13 0.63 0.61
Hex DA 94 5E 0 20 39 F 1A 3F 3D
Octal 332 224 136 0 40 71 17 32 77 75
Binary 11011010 10010100 1011110 0 100000 111001 1111 11010 111111 111101

Color Harmonies of #DA945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA945E

Black with #DA945E

Text Example


Text Example

White with #DA945E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA945E; }

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

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

background-color css

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

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

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

border-color css

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

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

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