Html Css Color HEX #DF925D Whiskey Sour

📋 copy color: '#DF925D'

red 223 ◦ green 146 ◦ blue 93

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

Shades of Whiskey Sour #DF925D

Tints of Whiskey Sour #DF925D

RGB

 RED value IS 223 (87.5% from 255) = 48.27%

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

 BLUE value IS 93 (36.72% from 255) = 20.13%

R = 48.27%
G = 31.6%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF925D (or 0xDF925D) is known color: Whiskey Sour. HEX triplet: DF, 92 and 5D. RGB value is (223,146,93). Sum of RGB (Red+Green+Blue) = 223+146+93=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF925D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF925D is #206DA2. Grayscale: #A3A3A3. Windows color (decimal): -2125219 or 6132447. OLE color: 6132447.

HSL color Cylindrical-coordinate representation of color #DF925D: hue angle of 24.46º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF925D is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 146 93 -
CMYK 0 0.35 0.58 0.13
HSL 24.46º 0.67% 0.62% -
HSV(B) 24.46º 0.58% 0.87% -
XYZ 42.69 37.04 15.25 -
YUV 162.98 88.51 170.81 -
System Red Green Blue C M Y K H S L
Decimal 223 146 93 0 0.35 0.58 0.13 24.46 0.67 0.62
Hex DF 92 5D 0 23 3A D 18 43 3E
Octal 337 222 135 0 43 72 15 30 103 76
Binary 11011111 10010010 1011101 0 100011 111010 1101 11000 1000011 111110

Color Harmonies of #DF925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF925D

Black with #DF925D

Text Example


Text Example

White with #DF925D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF925D; }

 p { color: rgb(223,146,93); }

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

background-color css

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

 a { background-color: rgb(223,146,93); }

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

border-color css

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

 span { border-color: rgb(223,146,93); }

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