Html Css Color HEX #DA925F Whiskey Sour

📋 copy color: '#DA925F'

red 218 ◦ green 146 ◦ blue 95

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

Shades of Whiskey Sour #DA925F

Tints of Whiskey Sour #DA925F

RGB

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

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

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

R = 47.49%
G = 31.81%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA925F (or 0xDA925F) is known color: Whiskey Sour. HEX triplet: DA, 92 and 5F. RGB value is (218,146,95). Sum of RGB (Red+Green+Blue) = 218+146+95=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA925F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA925F is #256DA0. Grayscale: #A1A1A1. Windows color (decimal): -2452897 or 6263514. OLE color: 6263514.

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

Color convert

RGB 218 146 95 -
CMYK 0 0.33 0.56 0.15
HSL 24.88º 0.62% 0.61% -
HSV(B) 24.88º 0.56% 0.85% -
XYZ 41.26 36.29 15.66 -
YUV 161.71 90.35 168.15 -
System Red Green Blue C M Y K H S L
Decimal 218 146 95 0 0.33 0.56 0.15 24.88 0.62 0.61
Hex DA 92 5F 0 21 38 F 19 3E 3D
Octal 332 222 137 0 41 70 17 31 76 75
Binary 11011010 10010010 1011111 0 100001 111000 1111 11001 111110 111101

Color Harmonies of #DA925F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA925F

Black with #DA925F

Text Example


Text Example

White with #DA925F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA925F; }

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

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

background-color css

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

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

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

border-color css

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

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

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