Html Css Color HEX #DC9153 Whiskey Sour

📋 copy color: '#DC9153'

red 220 ◦ green 145 ◦ blue 83

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

Shades of Whiskey Sour #DC9153

Tints of Whiskey Sour #DC9153

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.37%

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

R = 49.11%
G = 32.37%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC9153 (or 0xDC9153) is known color: Whiskey Sour. HEX triplet: DC, 91 and 53. RGB value is (220,145,83). Sum of RGB (Red+Green+Blue) = 220+145+83=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9153 is #236EAC. Grayscale: #A0A0A0. Windows color (decimal): -2322093 or 5476828. OLE color: 5476828.

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

Color convert

RGB 220 145 83 -
CMYK 0 0.34 0.62 0.14
HSL 27.15º 0.66% 0.59% -
HSV(B) 27.15º 0.62% 0.86% -
XYZ 41.2 36.09 12.98 -
YUV 160.36 84.35 170.54 -
System Red Green Blue C M Y K H S L
Decimal 220 145 83 0 0.34 0.62 0.14 27.15 0.66 0.59
Hex DC 91 53 0 22 3E E 1B 42 3B
Octal 334 221 123 0 42 76 16 33 102 73
Binary 11011100 10010001 1010011 0 100010 111110 1110 11011 1000010 111011

Color Harmonies of #DC9153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9153

Black with #DC9153

Text Example


Text Example

White with #DC9153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9153; }

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

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

background-color css

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

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

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

border-color css

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

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

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