Html Css Color HEX #DC935A Whiskey Sour

📋 copy color: '#DC935A'

red 220 ◦ green 147 ◦ blue 90

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

Shades of Whiskey Sour #DC935A

Tints of Whiskey Sour #DC935A

RGB

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

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

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

R = 48.14%
G = 32.17%
B = 19.69%

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

#DC935A (or 0xDC935A) is known color: Whiskey Sour. HEX triplet: DC, 93 and 5A. RGB value is (220,147,90). Sum of RGB (Red+Green+Blue) = 220+147+90=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC935A is #236CA5. Grayscale: #A2A2A2. Windows color (decimal): -2321574 or 5936092. OLE color: 5936092.

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

Color convert

RGB 220 147 90 -
CMYK 0 0.33 0.59 0.14
HSL 26.31º 0.65% 0.61% -
HSV(B) 26.31º 0.59% 0.86% -
XYZ 41.79 36.82 14.58 -
YUV 162.33 87.18 169.13 -
System Red Green Blue C M Y K H S L
Decimal 220 147 90 0 0.33 0.59 0.14 26.31 0.65 0.61
Hex DC 93 5A 0 21 3B E 1A 41 3D
Octal 334 223 132 0 41 73 16 32 101 75
Binary 11011100 10010011 1011010 0 100001 111011 1110 11010 1000001 111101

Color Harmonies of #DC935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC935A

Black with #DC935A

Text Example


Text Example

White with #DC935A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC935A; }

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

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

background-color css

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

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

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

border-color css

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

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

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