Html Css Color HEX #DC986A Whiskey

📋 copy color: '#DC986A'

red 220 ◦ green 152 ◦ blue 106

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

Shades of Whiskey #DC986A

Tints of Whiskey #DC986A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.8%

 BLUE value IS 106 (41.8% from 255) = 22.18%

R = 46.03%
G = 31.8%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC986A (or 0xDC986A) is known color: Whiskey. HEX triplet: DC, 98 and 6A. RGB value is (220,152,106). Sum of RGB (Red+Green+Blue) = 220+152+106=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC986A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC986A is #236795. Grayscale: #A7A7A7. Windows color (decimal): -2320278 or 6985948. OLE color: 6985948.

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

Color convert

RGB 220 152 106 -
CMYK 0 0.31 0.52 0.14
HSL 24.21º 0.62% 0.64% -
HSV(B) 24.21º 0.52% 0.86% -
XYZ 43.34 38.71 18.82 -
YUV 167.09 93.53 165.74 -
System Red Green Blue C M Y K H S L
Decimal 220 152 106 0 0.31 0.52 0.14 24.21 0.62 0.64
Hex DC 98 6A 0 1F 34 E 18 3E 40
Octal 334 230 152 0 37 64 16 30 76 100
Binary 11011100 10011000 1101010 0 11111 110100 1110 11000 111110 1000000

Color Harmonies of #DC986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC986A

Black with #DC986A

Text Example


Text Example

White with #DC986A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC986A; }

 p { color: rgb(220,152,106); }

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

background-color css

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

 a { background-color: rgb(220,152,106); }

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

border-color css

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

 span { border-color: rgb(220,152,106); }

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