Html Css Color HEX #DC9154 Whiskey Sour

📋 copy color: '#DC9154'

red 220 ◦ green 145 ◦ blue 84

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

Shades of Whiskey Sour #DC9154

Tints of Whiskey Sour #DC9154

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.29%

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

R = 49%
G = 32.29%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC9154 (or 0xDC9154) is known color: Whiskey Sour. HEX triplet: DC, 91 and 54. RGB value is (220,145,84). Sum of RGB (Red+Green+Blue) = 220+145+84=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 84 (33.20% from 255 or 18.71% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9154 is #236EAB. Grayscale: #A0A0A0. Windows color (decimal): -2322092 or 5542364. OLE color: 5542364.

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

Color convert

RGB 220 145 84 -
CMYK 0 0.34 0.62 0.14
HSL 26.91º 0.66% 0.6% -
HSV(B) 26.91º 0.62% 0.86% -
XYZ 41.24 36.11 13.18 -
YUV 160.47 84.85 170.46 -
System Red Green Blue C M Y K H S L
Decimal 220 145 84 0 0.34 0.62 0.14 26.91 0.66 0.6
Hex DC 91 54 0 22 3E E 1B 42 3C
Octal 334 221 124 0 42 76 16 33 102 74
Binary 11011100 10010001 1010100 0 100010 111110 1110 11011 1000010 111100

Color Harmonies of #DC9154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9154

Black with #DC9154

Text Example


Text Example

White with #DC9154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9154; }

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

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

background-color css

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

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

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

border-color css

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

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

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