Html Css Color HEX #DC9667 Whiskey

📋 copy color: '#DC9667'

red 220 ◦ green 150 ◦ blue 103

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

Shades of Whiskey #DC9667

Tints of Whiskey #DC9667

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.71%

 BLUE value IS 103 (40.63% from 255) = 21.78%

R = 46.51%
G = 31.71%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC9667 (or 0xDC9667) is known color: Whiskey. HEX triplet: DC, 96 and 67. RGB value is (220,150,103). Sum of RGB (Red+Green+Blue) = 220+150+103=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9667 is #236998. Grayscale: #A5A5A5. Windows color (decimal): -2320793 or 6788828. OLE color: 6788828.

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

Color convert

RGB 220 150 103 -
CMYK 0 0.32 0.53 0.14
HSL 24.1º 0.63% 0.63% -
HSV(B) 24.1º 0.53% 0.86% -
XYZ 42.87 38.01 17.91 -
YUV 165.57 92.69 166.82 -
System Red Green Blue C M Y K H S L
Decimal 220 150 103 0 0.32 0.53 0.14 24.1 0.63 0.63
Hex DC 96 67 0 20 35 E 18 3F 3F
Octal 334 226 147 0 40 65 16 30 77 77
Binary 11011100 10010110 1100111 0 100000 110101 1110 11000 111111 111111

Color Harmonies of #DC9667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9667

Black with #DC9667

Text Example


Text Example

White with #DC9667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9667; }

 p { color: rgb(220,150,103); }

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

background-color css

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

 a { background-color: rgb(220,150,103); }

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

border-color css

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

 span { border-color: rgb(220,150,103); }

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