Html Css Color HEX #DA905E Whiskey Sour

📋 copy color: '#DA905E'

red 218 ◦ green 144 ◦ blue 94

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

Shades of Whiskey Sour #DA905E

Tints of Whiskey Sour #DA905E

RGB

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

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

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

R = 47.81%
G = 31.58%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA905E (or 0xDA905E) is known color: Whiskey Sour. HEX triplet: DA, 90 and 5E. RGB value is (218,144,94). Sum of RGB (Red+Green+Blue) = 218+144+94=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA905E is #256FA1. Grayscale: #A0A0A0. Windows color (decimal): -2453410 or 6197466. OLE color: 6197466.

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

Color convert

RGB 218 144 94 -
CMYK 0 0.34 0.57 0.15
HSL 24.19º 0.63% 0.61% -
HSV(B) 24.19º 0.57% 0.85% -
XYZ 40.91 35.66 15.32 -
YUV 160.43 90.52 169.07 -
System Red Green Blue C M Y K H S L
Decimal 218 144 94 0 0.34 0.57 0.15 24.19 0.63 0.61
Hex DA 90 5E 0 22 39 F 18 3F 3D
Octal 332 220 136 0 42 71 17 30 77 75
Binary 11011010 10010000 1011110 0 100010 111001 1111 11000 111111 111101

Color Harmonies of #DA905E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA905E

Black with #DA905E

Text Example


Text Example

White with #DA905E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA905E; }

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

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

background-color css

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

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

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

border-color css

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

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

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