Html Css Color HEX #DC9465 Whiskey

📋 copy color: '#DC9465'

red 220 ◦ green 148 ◦ blue 101

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

Shades of Whiskey #DC9465

Tints of Whiskey #DC9465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.54%

R = 46.91%
G = 31.56%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC9465 (or 0xDC9465) is known color: Whiskey. HEX triplet: DC, 94 and 65. RGB value is (220,148,101). Sum of RGB (Red+Green+Blue) = 220+148+101=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9465 is #236B9A. Grayscale: #A4A4A4. Windows color (decimal): -2321307 or 6657244. OLE color: 6657244.

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

Color convert

RGB 220 148 101 -
CMYK 0 0.33 0.54 0.14
HSL 23.7º 0.63% 0.63% -
HSV(B) 23.7º 0.54% 0.86% -
XYZ 42.45 37.34 17.28 -
YUV 164.17 92.35 167.82 -
System Red Green Blue C M Y K H S L
Decimal 220 148 101 0 0.33 0.54 0.14 23.7 0.63 0.63
Hex DC 94 65 0 21 36 E 18 3F 3F
Octal 334 224 145 0 41 66 16 30 77 77
Binary 11011100 10010100 1100101 0 100001 110110 1110 11000 111111 111111

Color Harmonies of #DC9465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9465

Black with #DC9465

Text Example


Text Example

White with #DC9465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9465; }

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

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

background-color css

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

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

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

border-color css

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

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

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