Html Css Color HEX #DC935B Whiskey Sour

📋 copy color: '#DC935B'

red 220 ◦ green 147 ◦ blue 91

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

Shades of Whiskey Sour #DC935B

Tints of Whiskey Sour #DC935B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.87%

R = 48.03%
G = 32.1%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC935B (or 0xDC935B) is known color: Whiskey Sour. HEX triplet: DC, 93 and 5B. RGB value is (220,147,91). Sum of RGB (Red+Green+Blue) = 220+147+91=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC935B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC935B is #236CA4. Grayscale: #A2A2A2. Windows color (decimal): -2321573 or 6001628. OLE color: 6001628.

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

Color convert

RGB 220 147 91 -
CMYK 0 0.33 0.59 0.14
HSL 26.05º 0.65% 0.61% -
HSV(B) 26.05º 0.59% 0.86% -
XYZ 41.84 36.84 14.8 -
YUV 162.44 87.68 169.05 -
System Red Green Blue C M Y K H S L
Decimal 220 147 91 0 0.33 0.59 0.14 26.05 0.65 0.61
Hex DC 93 5B 0 21 3B E 1A 41 3D
Octal 334 223 133 0 41 73 16 32 101 75
Binary 11011100 10010011 1011011 0 100001 111011 1110 11010 1000001 111101

Color Harmonies of #DC935B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC935B

Black with #DC935B

Text Example


Text Example

White with #DC935B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC935B; }

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

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

background-color css

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

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

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

border-color css

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

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

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