Html Css Color HEX #DC9868 Whiskey

📋 copy color: '#DC9868'

red 220 ◦ green 152 ◦ blue 104

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

Shades of Whiskey #DC9868

Tints of Whiskey #DC9868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.85%

R = 46.22%
G = 31.93%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC9868 (or 0xDC9868) is known color: Whiskey. HEX triplet: DC, 98 and 68. RGB value is (220,152,104). Sum of RGB (Red+Green+Blue) = 220+152+104=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9868 is #236797. Grayscale: #A7A7A7. Windows color (decimal): -2320280 or 6854876. OLE color: 6854876.

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

Color convert

RGB 220 152 104 -
CMYK 0 0.31 0.53 0.14
HSL 24.83º 0.62% 0.64% -
HSV(B) 24.83º 0.53% 0.86% -
XYZ 43.24 38.67 18.28 -
YUV 166.86 92.53 165.9 -
System Red Green Blue C M Y K H S L
Decimal 220 152 104 0 0.31 0.53 0.14 24.83 0.62 0.64
Hex DC 98 68 0 1F 35 E 19 3E 40
Octal 334 230 150 0 37 65 16 31 76 100
Binary 11011100 10011000 1101000 0 11111 110101 1110 11001 111110 1000000

Color Harmonies of #DC9868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9868

Black with #DC9868

Text Example


Text Example

White with #DC9868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9868; }

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

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

background-color css

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

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

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

border-color css

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

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

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