Html Css Color HEX #DC9055 Whiskey Sour

📋 copy color: '#DC9055'

red 220 ◦ green 144 ◦ blue 85

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

Shades of Whiskey Sour #DC9055

Tints of Whiskey Sour #DC9055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.93%

R = 49%
G = 32.07%
B = 18.93%

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

#DC9055 (or 0xDC9055) is known color: Whiskey Sour. HEX triplet: DC, 90 and 55. RGB value is (220,144,85). Sum of RGB (Red+Green+Blue) = 220+144+85=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9055 is #236FAA. Grayscale: #A0A0A0. Windows color (decimal): -2322347 or 5607644. OLE color: 5607644.

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

Color convert

RGB 220 144 85 -
CMYK 0 0.35 0.61 0.14
HSL 26.22º 0.66% 0.6% -
HSV(B) 26.22º 0.61% 0.86% -
XYZ 41.13 35.82 13.34 -
YUV 160 85.68 170.8 -
System Red Green Blue C M Y K H S L
Decimal 220 144 85 0 0.35 0.61 0.14 26.22 0.66 0.6
Hex DC 90 55 0 23 3D E 1A 42 3C
Octal 334 220 125 0 43 75 16 32 102 74
Binary 11011100 10010000 1010101 0 100011 111101 1110 11010 1000010 111100

Color Harmonies of #DC9055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9055

Black with #DC9055

Text Example


Text Example

White with #DC9055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9055; }

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

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

background-color css

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

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

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

border-color css

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

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

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