Html Css Color HEX #DC8953 Whiskey Sour

📋 copy color: '#DC8953'

red 220 ◦ green 137 ◦ blue 83

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

Shades of Whiskey Sour #DC8953

Tints of Whiskey Sour #DC8953

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.14%

 BLUE value IS 83 (32.81% from 255) = 18.86%

R = 50%
G = 31.14%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC8953 (or 0xDC8953) is known color: Whiskey Sour. HEX triplet: DC, 89 and 53. RGB value is (220,137,83). Sum of RGB (Red+Green+Blue) = 220+137+83=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8953 is #2376AC. Grayscale: #9B9B9B. Windows color (decimal): -2324141 or 5474780. OLE color: 5474780.

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

Color convert

RGB 220 137 83 -
CMYK 0 0.38 0.62 0.14
HSL 23.65º 0.66% 0.59% -
HSV(B) 23.65º 0.62% 0.86% -
XYZ 40.02 33.73 12.59 -
YUV 155.66 87 173.89 -
System Red Green Blue C M Y K H S L
Decimal 220 137 83 0 0.38 0.62 0.14 23.65 0.66 0.59
Hex DC 89 53 0 26 3E E 18 42 3B
Octal 334 211 123 0 46 76 16 30 102 73
Binary 11011100 10001001 1010011 0 100110 111110 1110 11000 1000010 111011

Color Harmonies of #DC8953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8953

Black with #DC8953

Text Example


Text Example

White with #DC8953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8953; }

 p { color: rgb(220,137,83); }

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

background-color css

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

 a { background-color: rgb(220,137,83); }

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

border-color css

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

 span { border-color: rgb(220,137,83); }

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