Html Css Color HEX #DC945E Whiskey Sour

📋 copy color: '#DC945E'

red 220 ◦ green 148 ◦ blue 94

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

Shades of Whiskey Sour #DC945E

Tints of Whiskey Sour #DC945E

RGB

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

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

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

R = 47.62%
G = 32.03%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC945E (or 0xDC945E) is known color: Whiskey Sour. HEX triplet: DC, 94 and 5E. RGB value is (220,148,94). Sum of RGB (Red+Green+Blue) = 220+148+94=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC945E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC945E is #236BA1. Grayscale: #A3A3A3. Windows color (decimal): -2321314 or 6198492. OLE color: 6198492.

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

Color convert

RGB 220 148 94 -
CMYK 0 0.33 0.57 0.14
HSL 25.71º 0.64% 0.62% -
HSV(B) 25.71º 0.57% 0.86% -
XYZ 42.13 37.2 15.55 -
YUV 163.37 88.85 168.39 -
System Red Green Blue C M Y K H S L
Decimal 220 148 94 0 0.33 0.57 0.14 25.71 0.64 0.62
Hex DC 94 5E 0 21 39 E 1A 40 3E
Octal 334 224 136 0 41 71 16 32 100 76
Binary 11011100 10010100 1011110 0 100001 111001 1110 11010 1000000 111110

Color Harmonies of #DC945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC945E

Black with #DC945E

Text Example


Text Example

White with #DC945E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC945E; }

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

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

background-color css

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

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

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

border-color css

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

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

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