Html Css Color HEX #DC915E Whiskey Sour

📋 copy color: '#DC915E'

red 220 ◦ green 145 ◦ blue 94

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

Shades of Whiskey Sour #DC915E

Tints of Whiskey Sour #DC915E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.48%

R = 47.93%
G = 31.59%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC915E (or 0xDC915E) is known color: Whiskey Sour. HEX triplet: DC, 91 and 5E. RGB value is (220,145,94). Sum of RGB (Red+Green+Blue) = 220+145+94=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC915E is #236EA1. Grayscale: #A1A1A1. Windows color (decimal): -2322082 or 6197724. OLE color: 6197724.

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

Color convert

RGB 220 145 94 -
CMYK 0 0.34 0.57 0.14
HSL 24.29º 0.64% 0.62% -
HSV(B) 24.29º 0.57% 0.86% -
XYZ 41.66 36.27 15.4 -
YUV 161.61 89.85 169.65 -
System Red Green Blue C M Y K H S L
Decimal 220 145 94 0 0.34 0.57 0.14 24.29 0.64 0.62
Hex DC 91 5E 0 22 39 E 18 40 3E
Octal 334 221 136 0 42 71 16 30 100 76
Binary 11011100 10010001 1011110 0 100010 111001 1110 11000 1000000 111110

Color Harmonies of #DC915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC915E

Black with #DC915E

Text Example


Text Example

White with #DC915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC915E; }

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

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

background-color css

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

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

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

border-color css

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

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

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