Html Css Color HEX #DC9A6A Whiskey

📋 copy color: '#DC9A6A'

red 220 ◦ green 154 ◦ blue 106

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

Shades of Whiskey #DC9A6A

Tints of Whiskey #DC9A6A

RGB

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

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

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

R = 45.83%
G = 32.08%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC9A6A (or 0xDC9A6A) is known color: Whiskey. HEX triplet: DC, 9A and 6A. RGB value is (220,154,106). Sum of RGB (Red+Green+Blue) = 220+154+106=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A6A is #236595. Grayscale: #A8A8A8. Windows color (decimal): -2319766 or 6986460. OLE color: 6986460.

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

Color convert

RGB 220 154 106 -
CMYK 0 0.3 0.52 0.14
HSL 25.26º 0.62% 0.64% -
HSV(B) 25.26º 0.52% 0.86% -
XYZ 43.67 39.37 18.93 -
YUV 168.26 92.87 164.9 -
System Red Green Blue C M Y K H S L
Decimal 220 154 106 0 0.3 0.52 0.14 25.26 0.62 0.64
Hex DC 9A 6A 0 1E 34 E 19 3E 40
Octal 334 232 152 0 36 64 16 31 76 100
Binary 11011100 10011010 1101010 0 11110 110100 1110 11001 111110 1000000

Color Harmonies of #DC9A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A6A

Black with #DC9A6A

Text Example


Text Example

White with #DC9A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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