Html Css Color HEX #DF935A Whiskey Sour

📋 copy color: '#DF935A'

red 223 ◦ green 147 ◦ blue 90

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

Shades of Whiskey Sour #DF935A

Tints of Whiskey Sour #DF935A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.96%

 BLUE value IS 90 (35.55% from 255) = 19.57%

R = 48.48%
G = 31.96%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF935A (or 0xDF935A) is known color: Whiskey Sour. HEX triplet: DF, 93 and 5A. RGB value is (223,147,90). Sum of RGB (Red+Green+Blue) = 223+147+90=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF935A is #206CA5. Grayscale: #A3A3A3. Windows color (decimal): -2124966 or 5936095. OLE color: 5936095.

HSL color Cylindrical-coordinate representation of color #DF935A: hue angle of 25.71º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF935A is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 147 90 -
CMYK 0 0.34 0.60 0.13
HSL 25.71º 0.68% 0.61% -
HSV(B) 25.71º 0.6% 0.87% -
XYZ 42.71 37.29 14.62 -
YUV 163.23 86.68 170.63 -
System Red Green Blue C M Y K H S L
Decimal 223 147 90 0 0.34 0.60 0.13 25.71 0.68 0.61
Hex DF 93 5A 0 22 3C D 1A 44 3D
Octal 337 223 132 0 42 74 15 32 104 75
Binary 11011111 10010011 1011010 0 100010 111100 1101 11010 1000100 111101

Color Harmonies of #DF935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF935A

Black with #DF935A

Text Example


Text Example

White with #DF935A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF935A; }

 p { color: rgb(223,147,90); }

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

background-color css

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

 a { background-color: rgb(223,147,90); }

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

border-color css

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

 span { border-color: rgb(223,147,90); }

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