Html Css Color HEX #DC9467 Whiskey

📋 copy color: '#DC9467'

red 220 ◦ green 148 ◦ blue 103

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

Shades of Whiskey #DC9467

Tints of Whiskey #DC9467

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.42%

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

R = 46.71%
G = 31.42%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC9467 (or 0xDC9467) is known color: Whiskey. HEX triplet: DC, 94 and 67. RGB value is (220,148,103). Sum of RGB (Red+Green+Blue) = 220+148+103=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9467 is #236B98. Grayscale: #A4A4A4. Windows color (decimal): -2321305 or 6788316. OLE color: 6788316.

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

Color convert

RGB 220 148 103 -
CMYK 0 0.33 0.53 0.14
HSL 23.08º 0.63% 0.63% -
HSV(B) 23.08º 0.53% 0.86% -
XYZ 42.55 37.37 17.8 -
YUV 164.4 93.35 167.66 -
System Red Green Blue C M Y K H S L
Decimal 220 148 103 0 0.33 0.53 0.14 23.08 0.63 0.63
Hex DC 94 67 0 21 35 E 17 3F 3F
Octal 334 224 147 0 41 65 16 27 77 77
Binary 11011100 10010100 1100111 0 100001 110101 1110 10111 111111 111111

Color Harmonies of #DC9467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9467

Black with #DC9467

Text Example


Text Example

White with #DC9467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9467; }

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

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

background-color css

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

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

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

border-color css

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

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

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