Html Css Color HEX #DA925E Whiskey Sour

📋 copy color: '#DA925E'

red 218 ◦ green 146 ◦ blue 94

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

Shades of Whiskey Sour #DA925E

Tints of Whiskey Sour #DA925E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.88%

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

R = 47.6%
G = 31.88%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA925E (or 0xDA925E) is known color: Whiskey Sour. HEX triplet: DA, 92 and 5E. RGB value is (218,146,94). Sum of RGB (Red+Green+Blue) = 218+146+94=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA925E is #256DA1. Grayscale: #A1A1A1. Windows color (decimal): -2452898 or 6197978. OLE color: 6197978.

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

Color convert

RGB 218 146 94 -
CMYK 0 0.33 0.57 0.15
HSL 25.16º 0.63% 0.61% -
HSV(B) 25.16º 0.57% 0.85% -
XYZ 41.21 36.27 15.42 -
YUV 161.6 89.85 168.23 -
System Red Green Blue C M Y K H S L
Decimal 218 146 94 0 0.33 0.57 0.15 25.16 0.63 0.61
Hex DA 92 5E 0 21 39 F 19 3F 3D
Octal 332 222 136 0 41 71 17 31 77 75
Binary 11011010 10010010 1011110 0 100001 111001 1111 11001 111111 111101

Color Harmonies of #DA925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA925E

Black with #DA925E

Text Example


Text Example

White with #DA925E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA925E; }

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

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

background-color css

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

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

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

border-color css

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

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

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