Html Css Color HEX #DA945C Whiskey Sour

📋 copy color: '#DA945C'

red 218 ◦ green 148 ◦ blue 92

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

Shades of Whiskey Sour #DA945C

Tints of Whiskey Sour #DA945C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.09%

R = 47.6%
G = 32.31%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA945C (or 0xDA945C) is known color: Whiskey Sour. HEX triplet: DA, 94 and 5C. RGB value is (218,148,92). Sum of RGB (Red+Green+Blue) = 218+148+92=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA945C is #256BA3. Grayscale: #A2A2A2. Windows color (decimal): -2452388 or 6067418. OLE color: 6067418.

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

Color convert

RGB 218 148 92 -
CMYK 0 0.32 0.58 0.15
HSL 26.67º 0.63% 0.61% -
HSV(B) 26.67º 0.58% 0.85% -
XYZ 41.44 36.86 15.06 -
YUV 162.55 88.19 167.55 -
System Red Green Blue C M Y K H S L
Decimal 218 148 92 0 0.32 0.58 0.15 26.67 0.63 0.61
Hex DA 94 5C 0 20 3A F 1B 3F 3D
Octal 332 224 134 0 40 72 17 33 77 75
Binary 11011010 10010100 1011100 0 100000 111010 1111 11011 111111 111101

Color Harmonies of #DA945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA945C

Black with #DA945C

Text Example


Text Example

White with #DA945C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA945C; }

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

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

background-color css

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

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

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

border-color css

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

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

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