Html Css Color HEX #DA945F Whiskey Sour

📋 copy color: '#DA945F'

red 218 ◦ green 148 ◦ blue 95

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

Shades of Whiskey Sour #DA945F

Tints of Whiskey Sour #DA945F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.61%

R = 47.29%
G = 32.1%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA945F (or 0xDA945F) is known color: Whiskey Sour. HEX triplet: DA, 94 and 5F. RGB value is (218,148,95). Sum of RGB (Red+Green+Blue) = 218+148+95=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA945F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA945F is #256BA0. Grayscale: #A3A3A3. Windows color (decimal): -2452385 or 6264026. OLE color: 6264026.

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

Color convert

RGB 218 148 95 -
CMYK 0 0.32 0.56 0.15
HSL 25.85º 0.62% 0.61% -
HSV(B) 25.85º 0.56% 0.85% -
XYZ 41.57 36.91 15.76 -
YUV 162.89 89.69 167.31 -
System Red Green Blue C M Y K H S L
Decimal 218 148 95 0 0.32 0.56 0.15 25.85 0.62 0.61
Hex DA 94 5F 0 20 38 F 1A 3E 3D
Octal 332 224 137 0 40 70 17 32 76 75
Binary 11011010 10010100 1011111 0 100000 111000 1111 11010 111110 111101

Color Harmonies of #DA945F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA945F

Black with #DA945F

Text Example


Text Example

White with #DA945F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA945F; }

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

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

background-color css

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

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

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

border-color css

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

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

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