Html Css Color HEX #DC945C Whiskey Sour

📋 copy color: '#DC945C'

red 220 ◦ green 148 ◦ blue 92

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

Shades of Whiskey Sour #DC945C

Tints of Whiskey Sour #DC945C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20%

R = 47.83%
G = 32.17%
B = 20%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC945C (or 0xDC945C) is known color: 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

RGB 220 148 92 -
CMYK 0 0.33 0.58 0.14
HSL 26.25º 0.65% 0.61% -
HSV(B) 26.25º 0.58% 0.86% -
XYZ 42.04 37.17 15.08 -
YUV 163.14 87.85 168.55 -
System Red Green Blue C M Y K H S L
Decimal 220 148 92 0 0.33 0.58 0.14 26.25 0.65 0.61
Hex DC 94 5C 0 21 3A E 1A 41 3D
Octal 334 224 134 0 41 72 16 32 101 75
Binary 11011100 10010100 1011100 0 100001 111010 1110 11010 1000001 111101

Color Harmonies of #DC945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC945C

Black with #DC945C

Text Example


Text Example

White with #DC945C

Text Example


Text Example

HTML Codes & Css Web 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>