Html Css Color HEX #DC996C Whiskey

📋 copy color: '#DC996C'

red 220 ◦ green 153 ◦ blue 108

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

Shades of Whiskey #DC996C

Tints of Whiskey #DC996C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.81%

 BLUE value IS 108 (42.58% from 255) = 22.45%

R = 45.74%
G = 31.81%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC996C (or 0xDC996C) is known color: Whiskey. HEX triplet: DC, 99 and 6C. RGB value is (220,153,108). Sum of RGB (Red+Green+Blue) = 220+153+108=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC996C is #236693. Grayscale: #A8A8A8. Windows color (decimal): -2320020 or 7117276. OLE color: 7117276.

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

Color convert

RGB 220 153 108 -
CMYK 0 0.30 0.51 0.14
HSL 24.11º 0.62% 0.64% -
HSV(B) 24.11º 0.51% 0.86% -
XYZ 43.61 39.08 19.43 -
YUV 167.9 94.2 165.16 -
System Red Green Blue C M Y K H S L
Decimal 220 153 108 0 0.30 0.51 0.14 24.11 0.62 0.64
Hex DC 99 6C 0 1E 33 E 18 3E 40
Octal 334 231 154 0 36 63 16 30 76 100
Binary 11011100 10011001 1101100 0 11110 110011 1110 11000 111110 1000000

Color Harmonies of #DC996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC996C

Black with #DC996C

Text Example


Text Example

White with #DC996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC996C; }

 p { color: rgb(220,153,108); }

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

background-color css

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

 a { background-color: rgb(220,153,108); }

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

border-color css

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

 span { border-color: rgb(220,153,108); }

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