Html Css Color HEX #DC8554 Whiskey Sour

📋 copy color: '#DC8554'

red 220 ◦ green 133 ◦ blue 84

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

Shades of Whiskey Sour #DC8554

Tints of Whiskey Sour #DC8554

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.43%

 BLUE value IS 84 (33.2% from 255) = 19.22%

R = 50.34%
G = 30.43%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC8554 (or 0xDC8554) is known color: Whiskey Sour. HEX triplet: DC, 85 and 54. RGB value is (220,133,84). Sum of RGB (Red+Green+Blue) = 220+133+84=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 84 (33.20% from 255 or 19.22% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8554 is #237AAB. Grayscale: #999999. Windows color (decimal): -2325164 or 5539292. OLE color: 5539292.

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

Color convert

RGB 220 133 84 -
CMYK 0 0.40 0.62 0.14
HSL 21.62º 0.66% 0.6% -
HSV(B) 21.62º 0.62% 0.86% -
XYZ 39.5 32.63 12.6 -
YUV 153.43 88.82 175.48 -
System Red Green Blue C M Y K H S L
Decimal 220 133 84 0 0.40 0.62 0.14 21.62 0.66 0.6
Hex DC 85 54 0 28 3E E 16 42 3C
Octal 334 205 124 0 50 76 16 26 102 74
Binary 11011100 10000101 1010100 0 101000 111110 1110 10110 1000010 111100

Color Harmonies of #DC8554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8554

Black with #DC8554

Text Example


Text Example

White with #DC8554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8554; }

 p { color: rgb(220,133,84); }

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

background-color css

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

 a { background-color: rgb(220,133,84); }

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

border-color css

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

 span { border-color: rgb(220,133,84); }

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