Html Css Color HEX #DC915D Whiskey Sour

📋 copy color: '#DC915D'

red 220 ◦ green 145 ◦ blue 93

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

Shades of Whiskey Sour #DC915D

Tints of Whiskey Sour #DC915D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.31%

R = 48.03%
G = 31.66%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC915D (or 0xDC915D) is known color: Whiskey Sour. HEX triplet: DC, 91 and 5D. RGB value is (220,145,93). Sum of RGB (Red+Green+Blue) = 220+145+93=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC915D is #236EA2. Grayscale: #A1A1A1. Windows color (decimal): -2322083 or 6132188. OLE color: 6132188.

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

Color convert

RGB 220 145 93 -
CMYK 0 0.34 0.58 0.14
HSL 24.57º 0.64% 0.61% -
HSV(B) 24.57º 0.58% 0.86% -
XYZ 41.62 36.26 15.16 -
YUV 161.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 220 145 93 0 0.34 0.58 0.14 24.57 0.64 0.61
Hex DC 91 5D 0 22 3A E 19 40 3D
Octal 334 221 135 0 42 72 16 31 100 75
Binary 11011100 10010001 1011101 0 100010 111010 1110 11001 1000000 111101

Color Harmonies of #DC915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC915D

Black with #DC915D

Text Example


Text Example

White with #DC915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC915D; }

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

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

background-color css

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

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

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

border-color css

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

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

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