Html Css Color HEX #DA905F Whiskey Sour

📋 copy color: '#DA905F'

red 218 ◦ green 144 ◦ blue 95

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

Shades of Whiskey Sour #DA905F

Tints of Whiskey Sour #DA905F

RGB

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

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

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

R = 47.7%
G = 31.51%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA905F (or 0xDA905F) is known color: Whiskey Sour. HEX triplet: DA, 90 and 5F. RGB value is (218,144,95). Sum of RGB (Red+Green+Blue) = 218+144+95=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA905F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA905F is #256FA0. Grayscale: #A0A0A0. Windows color (decimal): -2453409 or 6263002. OLE color: 6263002.

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

Color convert

RGB 218 144 95 -
CMYK 0 0.34 0.56 0.15
HSL 23.9º 0.62% 0.61% -
HSV(B) 23.9º 0.56% 0.85% -
XYZ 40.95 35.68 15.55 -
YUV 160.54 91.02 168.98 -
System Red Green Blue C M Y K H S L
Decimal 218 144 95 0 0.34 0.56 0.15 23.9 0.62 0.61
Hex DA 90 5F 0 22 38 F 18 3E 3D
Octal 332 220 137 0 42 70 17 30 76 75
Binary 11011010 10010000 1011111 0 100010 111000 1111 11000 111110 111101

Color Harmonies of #DA905F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA905F

Black with #DA905F

Text Example


Text Example

White with #DA905F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA905F; }

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

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

background-color css

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

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

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

border-color css

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

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

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