Html Css Color HEX #DC9056 Whiskey Sour

📋 copy color: '#DC9056'

red 220 ◦ green 144 ◦ blue 86

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

Shades of Whiskey Sour #DC9056

Tints of Whiskey Sour #DC9056

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32%

 BLUE value IS 86 (33.98% from 255) = 19.11%

R = 48.89%
G = 32%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC9056 (or 0xDC9056) is known color: Whiskey Sour. HEX triplet: DC, 90 and 56. RGB value is (220,144,86). Sum of RGB (Red+Green+Blue) = 220+144+86=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9056 is #236FA9. Grayscale: #A0A0A0. Windows color (decimal): -2322346 or 5673180. OLE color: 5673180.

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

Color convert

RGB 220 144 86 -
CMYK 0 0.35 0.61 0.14
HSL 25.97º 0.66% 0.6% -
HSV(B) 25.97º 0.61% 0.86% -
XYZ 41.17 35.83 13.55 -
YUV 160.11 86.18 170.72 -
System Red Green Blue C M Y K H S L
Decimal 220 144 86 0 0.35 0.61 0.14 25.97 0.66 0.6
Hex DC 90 56 0 23 3D E 1A 42 3C
Octal 334 220 126 0 43 75 16 32 102 74
Binary 11011100 10010000 1010110 0 100011 111101 1110 11010 1000010 111100

Color Harmonies of #DC9056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9056

Black with #DC9056

Text Example


Text Example

White with #DC9056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9056; }

 p { color: rgb(220,144,86); }

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

background-color css

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

 a { background-color: rgb(220,144,86); }

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

border-color css

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

 span { border-color: rgb(220,144,86); }

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