Html Css Color HEX #DC9459 Whiskey Sour

📋 copy color: '#DC9459'

red 220 ◦ green 148 ◦ blue 89

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

Shades of Whiskey Sour #DC9459

Tints of Whiskey Sour #DC9459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.47%

R = 48.14%
G = 32.39%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC9459 (or 0xDC9459) is known color: Whiskey Sour. HEX triplet: DC, 94 and 59. RGB value is (220,148,89). Sum of RGB (Red+Green+Blue) = 220+148+89=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9459 is #236BA6. Grayscale: #A3A3A3. Windows color (decimal): -2321319 or 5870812. OLE color: 5870812.

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

Color convert

RGB 220 148 89 -
CMYK 0 0.33 0.60 0.14
HSL 27.02º 0.65% 0.61% -
HSV(B) 27.02º 0.6% 0.86% -
XYZ 41.91 37.12 14.41 -
YUV 162.8 86.35 168.8 -
System Red Green Blue C M Y K H S L
Decimal 220 148 89 0 0.33 0.60 0.14 27.02 0.65 0.61
Hex DC 94 59 0 21 3C E 1B 41 3D
Octal 334 224 131 0 41 74 16 33 101 75
Binary 11011100 10010100 1011001 0 100001 111100 1110 11011 1000001 111101

Color Harmonies of #DC9459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9459

Black with #DC9459

Text Example


Text Example

White with #DC9459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9459; }

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

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

background-color css

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

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

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

border-color css

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

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

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