Html Css Color HEX #DC9458 Whiskey Sour

📋 copy color: '#DC9458'

red 220 ◦ green 148 ◦ blue 88

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

Shades of Whiskey Sour #DC9458

Tints of Whiskey Sour #DC9458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.3%

R = 48.25%
G = 32.46%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC9458 (or 0xDC9458) is known color: Whiskey Sour. HEX triplet: DC, 94 and 58. RGB value is (220,148,88). Sum of RGB (Red+Green+Blue) = 220+148+88=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 88 (34.77% from 255 or 19.30% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9458 is #236BA7. Grayscale: #A3A3A3. Windows color (decimal): -2321320 or 5805276. OLE color: 5805276.

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

Color convert

RGB 220 148 88 -
CMYK 0 0.33 0.6 0.14
HSL 27.27º 0.65% 0.6% -
HSV(B) 27.27º 0.6% 0.86% -
XYZ 41.87 37.1 14.19 -
YUV 162.69 85.85 168.88 -
System Red Green Blue C M Y K H S L
Decimal 220 148 88 0 0.33 0.6 0.14 27.27 0.65 0.6
Hex DC 94 58 0 21 3C E 1B 41 3C
Octal 334 224 130 0 41 74 16 33 101 74
Binary 11011100 10010100 1011000 0 100001 111100 1110 11011 1000001 111100

Color Harmonies of #DC9458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9458

Black with #DC9458

Text Example


Text Example

White with #DC9458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9458; }

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

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

background-color css

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

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

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

border-color css

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

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

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