Html Css Color HEX #DA904F Whiskey Sour

📋 copy color: '#DA904F'

red 218 ◦ green 144 ◦ blue 79

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

Shades of Whiskey Sour #DA904F

Tints of Whiskey Sour #DA904F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.65%

 BLUE value IS 79 (31.25% from 255) = 17.91%

R = 49.43%
G = 32.65%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA904F (or 0xDA904F) is known color: Whiskey Sour. HEX triplet: DA, 90 and 4F. RGB value is (218,144,79). Sum of RGB (Red+Green+Blue) = 218+144+79=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 79 (31.25% from 255 or 17.91% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA904F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA904F is #256FB0. Grayscale: #9F9F9F. Windows color (decimal): -2453425 or 5214426. OLE color: 5214426.

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

Color convert

RGB 218 144 79 -
CMYK 0 0.34 0.64 0.15
HSL 28.06º 0.65% 0.58% -
HSV(B) 28.06º 0.64% 0.85% -
XYZ 40.3 35.42 12.11 -
YUV 158.72 83.02 170.29 -
System Red Green Blue C M Y K H S L
Decimal 218 144 79 0 0.34 0.64 0.15 28.06 0.65 0.58
Hex DA 90 4F 0 22 40 F 1C 41 3A
Octal 332 220 117 0 42 100 17 34 101 72
Binary 11011010 10010000 1001111 0 100010 1000000 1111 11100 1000001 111010

Color Harmonies of #DA904F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA904F

Black with #DA904F

Text Example


Text Example

White with #DA904F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA904F; }

 p { color: rgb(218,144,79); }

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

background-color css

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

 a { background-color: rgb(218,144,79); }

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

border-color css

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

 span { border-color: rgb(218,144,79); }

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