Html Css Color HEX #DC9A6C Whiskey

📋 copy color: '#DC9A6C'

red 220 ◦ green 154 ◦ blue 108

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

Shades of Whiskey #DC9A6C

Tints of Whiskey #DC9A6C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.95%

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

R = 45.64%
G = 31.95%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC9A6C (or 0xDC9A6C) is known color: Whiskey. HEX triplet: DC, 9A and 6C. RGB value is (220,154,108). Sum of RGB (Red+Green+Blue) = 220+154+108=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A6C is #236593. Grayscale: #A8A8A8. Windows color (decimal): -2319764 or 7117532. OLE color: 7117532.

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

Color convert

RGB 220 154 108 -
CMYK 0 0.3 0.51 0.14
HSL 24.64º 0.62% 0.64% -
HSV(B) 24.64º 0.51% 0.86% -
XYZ 43.78 39.41 19.49 -
YUV 168.49 93.87 164.74 -
System Red Green Blue C M Y K H S L
Decimal 220 154 108 0 0.3 0.51 0.14 24.64 0.62 0.64
Hex DC 9A 6C 0 1E 33 E 19 3E 40
Octal 334 232 154 0 36 63 16 31 76 100
Binary 11011100 10011010 1101100 0 11110 110011 1110 11001 111110 1000000

Color Harmonies of #DC9A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A6C

Black with #DC9A6C

Text Example


Text Example

White with #DC9A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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