#DC945C

Color #DC945C Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #DC945C

Tints of Whiskey Sour #DC945C

Color information

#DC945C (or 0xDC945C) is unknown color: approx Whiskey Sour. HEX triplet: DC, 94 and 5C. RGB value is (220,148,92). Sum of RGB (Red+Green+Blue) = 220+148+92=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC945C is #236BA3. Grayscale: #A3A3A3. Windows color (decimal): -2321316 or 6067420. OLE color: 6067420.

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

Color convert

RGB22014892-
CMYK00.330.580.14
HSL26.25º64.65%61.18%-
HSV(B)26.25º58.18%86.27%-
XYZ42.0437.1715.08-
YUV163.1487.85168.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.83%
GREEN value IS 148 (58.20% from 255) = 32.17%
BLUE value IS 92 (36.33% from 255) = 20%
R=47.83%
G=32.17%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201489200.330.580.1426.2564.6561.18
HexDC945C0213AE1a413d
Octal33422413404172163210175
Binary1101110010010100101110001000011110101110110101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC945C; }

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

 H1.HeaderClassName
 {
   color: #DC945C;
 }
 .AnyTagClassName
 {
   color: #DC945C;
 }
</style>
background-color css

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

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

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

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

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

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