Html Css Color HEX #DA945D Whiskey Sour

📋 copy color: '#DA945D'

red 218 ◦ green 148 ◦ blue 93

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

Shades of Whiskey Sour #DA945D

Tints of Whiskey Sour #DA945D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.26%

R = 47.49%
G = 32.24%
B = 20.26%

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

#DA945D (or 0xDA945D) is known color: Whiskey Sour. HEX triplet: DA, 94 and 5D. RGB value is (218,148,93). Sum of RGB (Red+Green+Blue) = 218+148+93=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA945D is #256BA2. Grayscale: #A2A2A2. Windows color (decimal): -2452387 or 6132954. OLE color: 6132954.

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

Color convert

RGB 218 148 93 -
CMYK 0 0.32 0.57 0.15
HSL 26.4º 0.63% 0.61% -
HSV(B) 26.4º 0.57% 0.85% -
XYZ 41.48 36.88 15.29 -
YUV 162.66 88.69 167.47 -
System Red Green Blue C M Y K H S L
Decimal 218 148 93 0 0.32 0.57 0.15 26.4 0.63 0.61
Hex DA 94 5D 0 20 39 F 1A 3F 3D
Octal 332 224 135 0 40 71 17 32 77 75
Binary 11011010 10010100 1011101 0 100000 111001 1111 11010 111111 111101

Color Harmonies of #DA945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA945D

Black with #DA945D

Text Example


Text Example

White with #DA945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA945D; }

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

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

background-color css

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

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

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

border-color css

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

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

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