Html Css Color HEX #DC935D Whiskey Sour

📋 copy color: '#DC935D'

red 220 ◦ green 147 ◦ blue 93

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

Shades of Whiskey Sour #DC935D

Tints of Whiskey Sour #DC935D

RGB

 RED value IS 220 (86.33% from 255) = 47.83%

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

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

R = 47.83%
G = 31.96%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC935D (or 0xDC935D) is known color: Whiskey Sour. HEX triplet: DC, 93 and 5D. RGB value is (220,147,93). Sum of RGB (Red+Green+Blue) = 220+147+93=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC935D is #236CA2. Grayscale: #A2A2A2. Windows color (decimal): -2321571 or 6132700. OLE color: 6132700.

HSL color Cylindrical-coordinate representation of color #DC935D: hue angle of 25.51º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC935D is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 147 93 -
CMYK 0 0.33 0.58 0.14
HSL 25.51º 0.64% 0.61% -
HSV(B) 25.51º 0.58% 0.86% -
XYZ 41.92 36.87 15.26 -
YUV 162.67 88.68 168.89 -
System Red Green Blue C M Y K H S L
Decimal 220 147 93 0 0.33 0.58 0.14 25.51 0.64 0.61
Hex DC 93 5D 0 21 3A E 1A 40 3D
Octal 334 223 135 0 41 72 16 32 100 75
Binary 11011100 10010011 1011101 0 100001 111010 1110 11010 1000000 111101

Color Harmonies of #DC935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC935D

Black with #DC935D

Text Example


Text Example

White with #DC935D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC935D; }

 p { color: rgb(220,147,93); }

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

background-color css

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

 a { background-color: rgb(220,147,93); }

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

border-color css

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

 span { border-color: rgb(220,147,93); }

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