Html Css Color HEX #DC9163 Whiskey

📋 copy color: '#DC9163'

red 220 ◦ green 145 ◦ blue 99

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

Shades of Whiskey #DC9163

Tints of Whiskey #DC9163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.34%

R = 47.41%
G = 31.25%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC9163 (or 0xDC9163) is known color: Whiskey. HEX triplet: DC, 91 and 63. RGB value is (220,145,99). Sum of RGB (Red+Green+Blue) = 220+145+99=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 99 (39.06% from 255 or 21.34% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9163 is #236E9C. Grayscale: #A2A2A2. Windows color (decimal): -2322077 or 6525404. OLE color: 6525404.

HSL color Cylindrical-coordinate representation of color #DC9163: hue angle of 22.81º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC9163 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 145 99 -
CMYK 0 0.34 0.55 0.14
HSL 22.81º 0.63% 0.63% -
HSV(B) 22.81º 0.55% 0.86% -
XYZ 41.89 36.37 16.62 -
YUV 162.18 92.35 169.24 -
System Red Green Blue C M Y K H S L
Decimal 220 145 99 0 0.34 0.55 0.14 22.81 0.63 0.63
Hex DC 91 63 0 22 37 E 17 3F 3F
Octal 334 221 143 0 42 67 16 27 77 77
Binary 11011100 10010001 1100011 0 100010 110111 1110 10111 111111 111111

Color Harmonies of #DC9163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9163

Black with #DC9163

Text Example


Text Example

White with #DC9163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9163; }

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

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

background-color css

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

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

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

border-color css

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

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

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