Html Css Color HEX #DC9A6B Whiskey

📋 copy color: '#DC9A6B'

red 220 ◦ green 154 ◦ blue 107

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

Shades of Whiskey #DC9A6B

Tints of Whiskey #DC9A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.25%

R = 45.74%
G = 32.02%
B = 22.25%

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

#DC9A6B (or 0xDC9A6B) is known color: Whiskey. HEX triplet: DC, 9A and 6B. RGB value is (220,154,107). Sum of RGB (Red+Green+Blue) = 220+154+107=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A6B is #236594. Grayscale: #A8A8A8. Windows color (decimal): -2319765 or 7051996. OLE color: 7051996.

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

Color convert

RGB 220 154 107 -
CMYK 0 0.3 0.51 0.14
HSL 24.96º 0.62% 0.64% -
HSV(B) 24.96º 0.51% 0.86% -
XYZ 43.72 39.39 19.21 -
YUV 168.38 93.37 164.82 -
System Red Green Blue C M Y K H S L
Decimal 220 154 107 0 0.3 0.51 0.14 24.96 0.62 0.64
Hex DC 9A 6B 0 1E 33 E 19 3E 40
Octal 334 232 153 0 36 63 16 31 76 100
Binary 11011100 10011010 1101011 0 11110 110011 1110 11001 111110 1000000

Color Harmonies of #DC9A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A6B

Black with #DC9A6B

Text Example


Text Example

White with #DC9A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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